From 71e16bc6d29b37cfcdb80d2d59d6d1912aa4891d Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 28 Jul 2020 13:23:31 +0700 Subject: [PATCH] Made readme install commands easier to copy/paste --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcc77c6c07..3608600075 100644 --- a/README.md +++ b/README.md @@ -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 ```