Skip to content

Commit

Permalink
chore(docs): fix dead link on gatsby-cli doc (#37675)
Browse files Browse the repository at this point in the history
  • Loading branch information
littlemarcus authored Feb 20, 2023
1 parent 34a0729 commit af0c983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/gatsby-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Gatsby command line interface (CLI) is the main tool you use to initialize,
To use the Gatsby CLI you must either:

- Install it globally with `npm install -g gatsby-cli`, where you execute commands with the syntax `gatsby new`, or
- Run commands directly with [`npx`](https://nodejs.dev/en/learn/the-npx-nodejs-package-runner/), where you execute commands with the syntax `npx gatsby new`
- Run commands directly with [`npx`](https://www.npmjs.com/package/npx), where you execute commands with the syntax `npx gatsby new`

Useful Gatsby CLI commands are also pre-defined in [starters](/docs/starters/) as [run scripts](/docs/glossary#run-script).

Expand Down

0 comments on commit af0c983

Please sign in to comment.