Skip to content

Commit

Permalink
Fixing typo in git command to update spacemacs
Browse files Browse the repository at this point in the history
  • Loading branch information
dstcruz authored and syl20bnr committed Jul 5, 2015
1 parent b93b912 commit 7a2a420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/DOCUMENTATION.org
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ For now it is still needed to update the =Spacemacs= repository manually.
Close Emacs and update the git repository:

#+begin_src sh
$ git pull --rebase git submodule sync; git submodule update
$ git pull --rebase; git submodule sync; git submodule update
#+end_src

*Note* It is recommended to update the packages first, see next session.
Expand Down

0 comments on commit 7a2a420

Please sign in to comment.