From 4a012a3aaabe0f6b30c80b1eb21e1e0fb1184e05 Mon Sep 17 00:00:00 2001 From: foorb Date: Sun, 11 Oct 2015 00:28:44 +0200 Subject: [PATCH] Update README.md Using $ for commands probably is better --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d6f0da3..f237297f 100755 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Please ensure that `git` and `curl` is installed on your machine. Enter the theme folder (`content/themes`) of your Ghost installation and paste the following command: ```bash -curl -sSL http://git.io/vcIHr | sh +$ curl -sSL http://git.io/vcIHr | sh ``` **NOTE:** This theme needs jQuery to works fine, but jQuery library is not provided by the theme. Instead, you need to inject from the `Blog Footer` in the `Code injection` of your Ghost installation: @@ -72,7 +72,7 @@ One objective of this project is to adopt an effective policy to have the latest Make sure you're in the uno-zen directory. Then run: ```bash -sh scripts/update +$ sh scripts/update ``` That's all!