Skip to content

Commit

Permalink
chore(docs): update getting-started.md (#4287)
Browse files Browse the repository at this point in the history
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!
  • Loading branch information
imballinst authored Feb 14, 2022
1 parent eed5a47 commit 7b6b94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 7b6b94a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 439 MB

Please sign in to comment.