docs: convert console/shell/terminal into shell (#17694)

* replace console into shell

* replace sh into shell

* replace terminal into shell
This commit is contained in:
GatsbyJS Bot
2019-09-18 16:36:52 +00:00
parent 821bcf5d92
commit a5d910500b
+2 -2
View File
@@ -18,7 +18,7 @@ _Have another more specific idea? You may want to check out our vibrant collecti
Use the Gatsby CLI to create a new site, specifying the hello-world starter.
```sh
```shell
# create a new Gatsby site using the hello-world starter
gatsby new my-hello-world-starter https://github.com/gatsbyjs/gatsby-starter-hello-world
```
@@ -27,7 +27,7 @@ _Have another more specific idea? You may want to check out our vibrant collecti
Navigate into your new sites directory and start it up.
```sh
```shell
cd my-hello-world-starter/
gatsby develop
```