Skip to content

Commit 9c9de31

Browse files
authored
Merge pull request gatsbyjs#101 from marcobiedermann/feature/npx
Feature: npx
2 parents 605f088 + 0257ba6 commit 9c9de31

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

+4-13
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,16 @@ _Have another more specific idea? You may want to check out our vibrant collecti
1313

1414
## 🚀 Quick start
1515

16-
1. **Install the Gatsby CLI.**
17-
18-
The Gatsby CLI helps you create new sites using Gatsby starters (like this one!)
19-
20-
```sh
21-
# install the Gatsby CLI globally
22-
npm install -g gatsby-cli
23-
```
24-
25-
2. **Create a Gatsby site.**
16+
1. **Create a Gatsby site.**
2617

2718
Use the Gatsby CLI to create a new site, specifying the default starter.
2819

2920
```sh
3021
# create a new Gatsby site using the default starter
31-
gatsby new my-default-starter
22+
npx gatsby new my-default-starter
3223
```
3324

34-
3. **Start developing.**
25+
1. **Start developing.**
3526

3627
Navigate into your new site’s directory and start it up.
3728

@@ -40,7 +31,7 @@ _Have another more specific idea? You may want to check out our vibrant collecti
4031
gatsby develop
4132
```
4233

43-
4. **Open the source code and start editing!**
34+
1. **Open the source code and start editing!**
4435

4536
Your site is now running at `http://localhost:8000`!
4637

0 commit comments

Comments
 (0)