added an automated installer

This commit is contained in:
Bozhidar Batsov 2012-02-16 16:25:18 +02:00
parent a732fef4fb
commit 52e2e165e3
2 changed files with 43 additions and 0 deletions

View file

@ -162,6 +162,20 @@ The following list will be expanded greatly in the future.
## Installation
### Automated
You can install Emacs via the command line with either `curl` or `wget`.
If you're using `curl` type the following command:
`curl -L https://github.com/bbatsov/emacs-prelude/raw/master/utils/installer.sh | sh`
If you're using `wget` type:
`wget --no-check-certificate https://github.com/bbatsov/emacs-prelude/raw/master/utils/installer.sh -O - | sh`
### Manual
```bash
$ git clone git://github.com/bbatsov/emacs-prelude.git path/to/local/repo
$ ln -s path/to/local/repo ~/.emacs.d