From 5607ab2057e34bc440dc286817ebe2f4862d0454 Mon Sep 17 00:00:00 2001 From: Try Ajitiono Date: Mon, 14 Feb 2022 08:03:46 +0700 Subject: [PATCH] chore(docs): update getting-started.md This PR updates the "locally" world to "globally", because the subsequent command installation has this global `-g` flag: ```bash npm install netlify-cli -g ``` At least, that's how I see it. It was a bit confusing at me first when the caption is "locally" but the code snippet after has this `-g` flag. If this PR doesn't make sense, please feel free to close this. Thanks! --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 91ad3d42bec..9646ee3134e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -10,7 +10,7 @@ This guide will walk you through installing and creating your first site with th Lets get rolling with the Netlify CLI. -1. **Install the CLI locally** +1. **Install the CLI globally** ```bash npm install netlify-cli -g