Skip to content

Commit

Permalink
Add install commands for npm and yarn instead of just text.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpederson committed Apr 7, 2019
1 parent 95b43c6 commit 2d4a2ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ It contains over 100,000 colors from these color books: Color Bridge Coated/Unco

## Install

Install the `colorly` npm module - or just clone this repo and include it your own way. For more information on installing, check out the [Installation](https://github.com/jpederson/Colorly/wiki/Installation) page on the wiki.
#### NPM

```shell
npm install colornerd
```

#### Yarn

```shell
yarn install colornerd
```

0 comments on commit 2d4a2ea

Please sign in to comment.