From 5da280d9b6c8c6e0dfbc1be40fc471515d4d55d5 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Fri, 13 May 2016 11:28:22 +0100 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60d5913b..948b77e6 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,8 @@ Before upgrading for the first time, the remote *origin* repository should be re To list available updates: $ cd themes/academic - $ git log --pretty=oneline --abbrev-commit --decorate upstream/master..HEAD + $ git fetch upstream + $ git log --pretty=oneline --abbrev-commit --decorate HEAD..upstream/master Upgrade by running: