Improve some wording in the README
This commit is contained in:
parent
8e0546c109
commit
dea250ba88
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -22,7 +22,7 @@ You can support the development of Prelude via
|
|||
## Fast Forward
|
||||
|
||||
Assuming you're using an Unix-like OS (`*BSD`, `GNU/Linux`, `macOS`, `Solaris`,
|
||||
etc), you already have Emacs 24.4+ installed, as well as `git` & `curl` you
|
||||
etc), you already have a recent version of Emacs installed, as well as `git` & `curl` you
|
||||
can skip the whole manual and just type in your favorite shell the
|
||||
following command:
|
||||
|
||||
|
@ -30,8 +30,7 @@ following command:
|
|||
curl -L https://git.io/epre | sh
|
||||
```
|
||||
|
||||
You can now power up your Emacs, sit back and enjoy Prelude,
|
||||
forgetting about the rest of this manual.
|
||||
You can now power up your Emacs, sit back and enjoy Prelude.
|
||||
|
||||
There are two environment variables you can use to control the
|
||||
source repository and the installation directory. To change the
|
||||
|
@ -52,12 +51,16 @@ Note that the installer will back up any existing `.emacs` file or
|
|||
you're doing a manual install make sure you don't have a `.emacs` file
|
||||
or back up your existing `.emacs.d` directory manually.
|
||||
|
||||
Don't forget to adjust your `prelude-modules.el` file in your personal directory
|
||||
**Important:** Don't forget to adjust your `prelude-modules.el` file in your personal directory
|
||||
once the installation is done. By default most of the modules
|
||||
that ship with Prelude are not loaded.
|
||||
that ship with Prelude are **not** loaded.
|
||||
|
||||
## User Manual
|
||||
|
||||
While Emacs Prelude is pretty simple at its core, it does have some specifics that
|
||||
are worth learning - e.g. configuration options, load order of modules and personal settings
|
||||
and so on.
|
||||
|
||||
Check out our [user manual](https://prelude.emacsredux.com) for more information.
|
||||
|
||||
## Known issues
|
||||
|
|
Loading…
Reference in a new issue