Update text a bit
This commit is contained in:
parent
c0319652b7
commit
a006ea4a2e
1 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
@ -35,10 +35,17 @@ https://github.com/bbatsov/prelude/raw/master/utils/installer.sh
|
||||||
You can now power up your Emacs, sit back and enjoy Prelude.
|
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. For instance:
|
source repository and the installation directory. To change the
|
||||||
|
installation directory:
|
||||||
|
|
||||||
`PRELUDE_URL="https://github.com/yourname/prelude.git" &&
|
`PRELUDE_INSTALL_DIR="$HOME/.emacs.d" &&
|
||||||
PRELUDE_INSTALL_DIR="$HOME/.emacs.d" &&
|
curl -L
|
||||||
|
https://github.com/bbatsov/prelude/raw/master/utils/installer.sh
|
||||||
|
| sh`
|
||||||
|
|
||||||
|
To change the source repository:
|
||||||
|
|
||||||
|
`PRELUDE_URL="https://github.com/yourname/prelude.git" &&
|
||||||
curl -L
|
curl -L
|
||||||
https://github.com/bbatsov/prelude/raw/master/utils/installer.sh
|
https://github.com/bbatsov/prelude/raw/master/utils/installer.sh
|
||||||
| sh`
|
| sh`
|
||||||
|
|
Loading…
Reference in a new issue