diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-10-04 09:25:51 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-10-04 09:25:51 +0200 |
commit | 71301aa4ea7e23671759bdc39397baadc7271996 (patch) | |
tree | e9d27682d31df41dc70c8c20eab24fb1308e91f6 | |
parent | d013913ab48a8ee664e84d74daf52211b7c9411d (diff) | |
download | npm4nix-71301aa4ea7e23671759bdc39397baadc7271996.tar.gz |
Mention GNU Tar
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -14,9 +14,10 @@ Requirements Npm4nix is written in JavaScript with minimum number of depednecies and should be executed by [Node.js](https://nodejs.org). -Npm4nix invokes [curl](https://curl.haxx.se/), Git, and -[nix-hash](https://nixos.org/nix/manual/#sec-nix-hash), so these tools -should be installed. +Npm4nix invokes [curl](https://curl.haxx.se/), +Git, [GNU Tar](https://www.gnu.org/software/tar/), and +[nix-hash](https://nixos.org/nix/manual/#sec-nix-hash), so these tools should +be installed. Example |