Skip to content

Commit

Permalink
#110 ✨ Add npx instruction on README (#123)
Browse files Browse the repository at this point in the history
* ✨ Add npx instruction on README

* Apply Suggestion

Co-Authored-By: Yvonnick FRIN <[email protected]>
  • Loading branch information
quentinncl and frinyvonnick committed Oct 1, 2019
1 parent 6d27a32 commit ffcbef5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,21 @@ npm install -g gitmoji-changelog@alpha

* [yvonnick/gitmoji-changelog:latest](https://github.com/frinyvonnick/gitmoji-changelog/blob/master/Dockerfile)

## Install

## 🚀 Usage (with npx)

Make sure you have [npx](https://www.npmjs.com/package/npx) installed (`npx` is shipped by default since npm `5.2.0`)

Run the following command at the root of your project and answer questions:
```sh
npm install -g gitmoji-changelog
npx gitmoji-changelog
```

## Usage
## 🚀 Usage (with npm)

```sh
npm install -g gitmoji-changelog

cd my-project
gitmoji-changelog
```
Expand Down

0 comments on commit ffcbef5

Please sign in to comment.