Skip to content

Commit

Permalink
docs: Recommend using npx instead of installing globally (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed May 24, 2020
1 parent 0ef52e7 commit 5f3a8bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/usage/getting-started.md
Expand Up @@ -10,10 +10,8 @@ In order to use **semantic-release** you must follow these steps:
Alternatively those steps can be easily done with the [**semantic-release** interactive CLI](https://github.com/semantic-release/cli):

```bash
npm install -g semantic-release-cli

cd your-module
semantic-release-cli setup
npx semantic-release-cli setup
```

![dialogue](../../media/semantic-release-cli.png)
Expand Down

0 comments on commit 5f3a8bb

Please sign in to comment.