From bae726d68c9e503b6da3a706c797426590725bf8 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Mon, 4 Mar 2019 22:50:02 +0000 Subject: [PATCH] chore(docs): migrate back to global installs (#12245) * Remove npx fom bug report template * Remove npx from question issue template * Revert npx in README * Remove npx references in docs/blog * Remove references to npx in docs/docs * Remove npx from e2e-tests directory * Remove npx references from examples/ * Remove npx from packages/ * Remove npx from starters directory * Add global Gatsby CLI installation instructions via npm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa06e7b..93f99db 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ _Have another more specific idea? You may want to check out our vibrant collecti ```sh # create a new Gatsby site using the hello-world starter - npx gatsby new my-hello-world-starter https://github.com/gatsbyjs/gatsby-starter-hello-world + gatsby new my-hello-world-starter https://github.com/gatsbyjs/gatsby-starter-hello-world ``` 1. **Start developing.**