FAQ: Fix git clone command for trying Spacemacs

This commit is contained in:
David 2016-10-24 13:40:36 +11:00 committed by syl20bnr
parent 6c0c4dcf37
commit eaf7ef05b8
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ the new configuration. This can be achieved easily using the following steps:
#+BEGIN_SRC sh
mkdir ~/spacemacs
git clone git@github.com:syl20bnr/spacemacs.git ~/spacemacs/.emacs.d
git clone https://github.com/syl20bnr/spacemacs.git ~/spacemacs/.emacs.d
HOME=~/spacemacs emacs
#+END_SRC