Skip to content

Commit ac72f11

Browse files
committed
Use npm instead of yarn in Style Guide
1 parent 749a704 commit ac72f11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/gatsby-style-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ repository.
8686
Finally, if you want to run a version of the guides repository locally, follow
8787
these steps:
8888

89-
1. Ensure you have the yarn package manager installed `npm install -g yarn`
90-
2. Install the Gatsby cli `yarn add --global gatsby-cli`
91-
3. Follow the steps above to fork and clone the Gatsby repo.
92-
4. Enter the `www` directory where gatsbyjs.org is and install its dependencies `yarn install` then run `gatsby develop`.
89+
1. Install the Gatsby command-line tool `npm install --global gatsby-cli`.
90+
2. Follow the steps above to fork and clone the Gatsby repo.
91+
3. Enter the `www` directory where gatsbyjs.org is by `cd path-to-gatsby/www` and install its dependencies with `npm install`.
92+
4. Run `gatsby develop` and view Guides locally.
9393

9494
## Article style guide
9595

0 commit comments

Comments
 (0)