Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down