Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Using $ for commands probably is better
  • Loading branch information
foorb committed Oct 10, 2015
1 parent 95d0b8b commit 4a012a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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!
Expand Down

0 comments on commit 4a012a3

Please sign in to comment.