docs: Recommend using npx instead of installing globally (#1563)

This commit is contained in:
Daniel Tschinder 2020-05-24 19:20:58 +02:00 committed by GitHub
parent 0ef52e7a5f
commit 5f3a8bb14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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): Alternatively those steps can be easily done with the [**semantic-release** interactive CLI](https://github.com/semantic-release/cli):
```bash ```bash
npm install -g semantic-release-cli
cd your-module cd your-module
semantic-release-cli setup npx semantic-release-cli setup
``` ```
![dialogue](../../media/semantic-release-cli.png) ![dialogue](../../media/semantic-release-cli.png)