Add alternative installation from FAQ to README

This commit is contained in:
syl20bnr 2016-01-31 20:43:08 -05:00
parent 564c98e1bc
commit 82475814c1
1 changed files with 19 additions and 0 deletions

View File

@ -38,6 +38,8 @@
- [OS X](#os-x) - [OS X](#os-x)
- [Windows](#windows) - [Windows](#windows)
- [Install](#install) - [Install](#install)
- [Default installation](#default-installation)
- [Installation alongside another configuration](#installation-alongside-another-configuration)
- [Spacemacs logo](#spacemacs-logo) - [Spacemacs logo](#spacemacs-logo)
- [Update](#update) - [Update](#update)
- [Automatic update (on master branch)](#automatic-update-on-master-branch) - [Automatic update (on master branch)](#automatic-update-on-master-branch)
@ -175,6 +177,8 @@ For efficient searches we recommend to install `pt` ([the platinum searcher][]).
# Install # Install
## Default installation
1. If you have an existing Emacs configuration, back it up first: 1. If you have an existing Emacs configuration, back it up first:
```sh ```sh
@ -214,6 +218,21 @@ For efficient searches we recommend to install `pt` ([the platinum searcher][]).
If the mode-line turns red then be sure to visit the If the mode-line turns red then be sure to visit the
[troubleshooting][troubleshoot] guide and consult the [FAQ][FAQ.org]. [troubleshooting][troubleshoot] guide and consult the [FAQ][FAQ.org].
## Installation alongside another configuration
To try out Spacemacs (or any other Emacs configuration you desire) without
having to go through the trouble of backing up you `~/.emacs.d` directory and
then cloning the new configuration:
```sh
mkdir ~/spacemacs
git clone git@github.com:syl20bnr/spacemacs.git ~/spacemacs/.emacs.d
HOME=~/spacemacs emacs
```
Note: If you're on Fish shell, you will need to modify the last command to: `env
HOME=$HOME/spacemacs emacs`
## Spacemacs logo ## Spacemacs logo
If you are using Ubuntu and Unity then you can add the Spacemacs logo by If you are using Ubuntu and Unity then you can add the Spacemacs logo by