From 2d4a2ea25897f8a144365295d41739014e478800 Mon Sep 17 00:00:00 2001 From: James Pederson Date: Sat, 6 Apr 2019 20:16:53 -0500 Subject: [PATCH] Add install commands for npm and yarn instead of just text. --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7f1f546..00bb7a0 100644 --- a/readme.md +++ b/readme.md @@ -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 +```