Skip to content

Commit

Permalink
Remove npx mention (#12391)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Mar 7, 2019
1 parent 6f825c8 commit 174c085
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs/sourcing-from-graphcms.md
Expand Up @@ -17,8 +17,7 @@ In this guide we'll walk you through creating a complete project capable of quer
To begin, let's create a Gatsby starter site.

```bash
# Optionally prefixed with `npx` if you don't have the gatsby cli installed.
gatsby new gatsby-site https://github.com/gatsbyjs/gatsby-starter-default
gatsby new gatsby-site https://github.com/gatsbyjs/gatsby-starter-default
```

Navigate inside of the project with `cd gatsby-site`.
Expand Down

0 comments on commit 174c085

Please sign in to comment.