mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
Made readme install commands easier to copy/paste
This commit is contained in:
parent
cd2c710c9f
commit
71e16bc6d2
@ -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**
|
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/)
|
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/)
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user