Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
george-qikker committed Aug 2, 2019
1 parent b931254 commit e646638
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@
## Install
### Global
`npm install -g figma-export-icons`
```sh
npm install -g figma-export-icons`
```
### Local
`npm install figma-export-icons --save`
```sh
npm install figma-export-icons --save`
```

## Usage
If you have installed the module globally:
`export-icons`
```sh
export-icons
```

If you have installed it locally:

Expand All @@ -20,11 +26,17 @@ scripts: {
'export-icons': 'export-icons'
}
```
and run `npm run export-icons`
and run
```sh
npm run export-icons
```

OR

run it directly with `npx export-icons`
run it directly with:
```sh
npx export-icons
```


## Note:
Expand Down

0 comments on commit e646638

Please sign in to comment.