From 121f38b5036b680d662cfb45f24f53f358740d01 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 16 Apr 2018 19:50:57 -0300 Subject: [PATCH] added curl | bash install instruction (#52) this is extremely beta, see https://github.com/goreleaser/godownloader/issues/39 --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index d1847f5..32c68e8 100644 --- a/Readme.md +++ b/Readme.md @@ -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: