mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
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:
@@ -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 site’s directory and start it up.
|
||||
|
||||
```sh
|
||||
```shell
|
||||
cd my-hello-world-starter/
|
||||
gatsby develop
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user