From 60302bbb9843b442475e8da4031731f6ba5b2aa4 Mon Sep 17 00:00:00 2001 From: supersimple33 <40609224+supersimple33@users.noreply.github.com> Date: Wed, 16 Dec 2020 16:52:21 -0500 Subject: [PATCH 1/2] More concise instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4911a3a..d291818 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ ## Installation -All you need is to install is node +First install JavaScript Node and NPM. +Then the package may be installed using the following command: ```sh $ npm i -g @nix2/nix-cli From f592bd87900ae5b0bd23f14379d2b47e5c440a32 Mon Sep 17 00:00:00 2001 From: supersimple33 <40609224+supersimple33@users.noreply.github.com> Date: Wed, 16 Dec 2020 16:52:56 -0500 Subject: [PATCH 2/2] Moved colors out of devDependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25b8ece..41cbf99 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,12 @@ "ora": "^5.1.0", "pluralize": "^8.0.0", "semver": "^7.3.2", - "spinnies": "^0.5.1" + "spinnies": "^0.5.1", + "@types/colors": "1.2.1" }, "devDependencies": { "@nix2/prettier-config": "^1.0.2", "@types/cli-table": "0.3.0", - "@types/colors": "1.2.1", "@types/inquirer": "7.3.1", "@types/js-yaml": "3.12.5", "@types/mocha": "8.0.4",