Browse Source

add update hint

encrypt 8 years ago
parent
commit
07e79e8bf3
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -12,3 +12,13 @@ What's inside
   * [linum-plus](https://github.com/emacsmirror/linum-plus)
   * [markdown-mode](https://github.com/emacsmirror/markdown-mode)
   * [yaml-mode](https://github.com/yoshiki/yaml-mode)
+
+
+Update
+------
+
+```sh
+cd ~/.emacs.d
+git pull
+git submodule update --init --recursive
+```