Browse Source

Improve some wording in the README

custom
Bozhidar Batsov 6 years ago
parent
commit
dea250ba88
  1. 13
      README.md

13
README.md

@ -22,7 +22,7 @@ You can support the development of Prelude via
## Fast Forward ## Fast Forward
Assuming you're using an Unix-like OS (`*BSD`, `GNU/Linux`, `macOS`, `Solaris`, 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 can skip the whole manual and just type in your favorite shell the
following command: following command:
@ -30,8 +30,7 @@ following command:
curl -L https://git.io/epre | sh 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 There are two environment variables you can use to control the
source repository and the installation directory. To change 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 you're doing a manual install make sure you don't have a `.emacs` file
or back up your existing `.emacs.d` directory manually. 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 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 ## 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. Check out our [user manual](https://prelude.emacsredux.com) for more information.
## Known issues ## Known issues

Loading…
Cancel
Save