From a006ea4a2eeaa375b1c0f2e5959c47799a34068a Mon Sep 17 00:00:00 2001 From: Brian Corrigan Date: Fri, 8 Jun 2012 12:00:32 -0700 Subject: [PATCH] Update text a bit --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e0f4dd..7654a18 100644 --- a/README.md +++ b/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. 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 https://github.com/bbatsov/prelude/raw/master/utils/installer.sh | sh`