From 549cd245bb61a113b25dd4f2379286e8f9ae97bd Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sat, 18 Nov 2017 17:18:53 -0800 Subject: [PATCH] move install instructions up --- Readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index aa7ba4d..cc11fbd 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,11 @@ +## Installation + +``` +$ go get github.com/tj/node-prune/cmd/node-prune +``` + ## What? node-prune is a small tool to prune unecessary files from ./node_modules. @@ -8,12 +14,6 @@ node-prune is a small tool to prune unecessary files from ./node_modules. ![huge](https://pbs.twimg.com/media/DEIV_1XWsAAlY29.jpg) -## Installation - -``` -$ go get github.com/tj/node-prune/cmd/node-prune -``` - --- [![GoDoc](https://godoc.org/github.com/tj/node-prune?status.svg)](https://godoc.org/github.com/tj/node-prune)