added curl | bash install instruction (#52)

this is extremely beta, see https://github.com/goreleaser/godownloader/issues/39
This commit is contained in:
Carlos Alexandro Becker
2018-04-16 15:50:57 -07:00
committed by TJ Holowaychuk
parent d58d0c5287
commit 121f38b503
+6
View File
@@ -10,6 +10,12 @@ node-prune is a small tool to prune unnecessary files from ./node_modules, such
$ go get github.com/tj/node-prune/cmd/node-prune
```
or
```
$ curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash
```
## Usage
In your app directory: