浏览代码

Edit README

George Cushen 8 年之前
父节点
当前提交
20deaf8ed7
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -62,9 +62,8 @@ To list available updates:
     $ git fetch upstream
     $ git fetch upstream
     $ git log --pretty=oneline --abbrev-commit --decorate HEAD..upstream/master
     $ git log --pretty=oneline --abbrev-commit --decorate HEAD..upstream/master
 
 
-Upgrade by running:
+Then, upgrade by running:
 
 
-    $ cd themes/academic
     $ git pull upstream
     $ git pull upstream
 
 
 If you have modified files in `themes/academic`, git will attempt to auto-merge changes. If conflicts are reported, you will need to manually edit the files with conflicts and add them back (`git add <filename>`).
 If you have modified files in `themes/academic`, git will attempt to auto-merge changes. If conflicts are reported, you will need to manually edit the files with conflicts and add them back (`git add <filename>`).