Skip to content

Commit

Permalink
Add yarn install to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaalalach committed Dec 22, 2019
1 parent 2c14348 commit 4ebd8fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ Using JSComps gives your the following perks:
- It's easy to use. You don't have to run it each time you make a change to a file, it'll automatically detect changes for you and import them to your output file.<br /><br />

## Install
npm install jscomps -g
```
npm install jscomps -g
```
OR
```
yarn add jscomps
```

<br>

## Usage
jscomps [options]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ebd8fa

Please sign in to comment.