From eaf7ef05b82e47fcc5cdc17111cf4119141dcf9e Mon Sep 17 00:00:00 2001 From: David Date: Mon, 24 Oct 2016 13:40:36 +1100 Subject: [PATCH] FAQ: Fix git clone command for trying Spacemacs --- doc/FAQ.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.org b/doc/FAQ.org index bf0adc542..d9ff31ca8 100644 --- a/doc/FAQ.org +++ b/doc/FAQ.org @@ -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