Made readme install commands easier to copy/paste

This commit is contained in:
John O'Nolan 2020-07-28 13:23:31 +07:00 committed by GitHub
parent cd2c710c9f
commit 71e16bc6d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ If you prefer to run on your own infrastructure, we also offer official 1-off in
If you want to run your own instance of Ghost, in most cases the best way is to use our **CLI tool**
```
$ npm install ghost-cli -g
npm install ghost-cli -g
```
 
@ -53,7 +53,7 @@ $ npm install ghost-cli -g
Then, if installing locally add the `local` flag to get up and running in under a minute - [Local install docs](https://ghost.org/docs/install/local/)
```
$ ghost install local
ghost install local
```
 
@ -61,7 +61,7 @@ $ ghost install local
or on a server run the full install, including automatic SSL setup using LetsEncrypt - [Production install docs](https://ghost.org/docs/install/ubuntu/)
```
$ ghost install
ghost install
```