docs: add gobinaries.com install option

This commit is contained in:
TJ Holowaychuk
2020-02-10 15:40:57 +00:00
parent c73fc33576
commit 230a021409
+6 -12
View File
@@ -6,24 +6,18 @@ node-prune is a small tool to prune unnecessary files from ./node_modules, such
## Installation
From [gobinaries.com](https://gobinaries.com):
```sh
$ curl -sf https://gobinaries.com/tj/node-prune/cmd/node-prune | sh
```
From source:
```
$ go get github.com/tj/node-prune/cmd/node-prune
```
From binary to `./bin/node-prune`:
```
$ curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash
```
From binary to `/usr/local/bin/node-prune`:
```
$ curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin
```
## Usage
In your app directory: