From 0a78e27b9d320c55d2803229307abc6e60b4c455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Narve=20S=C3=A6tre?= Date: Fri, 25 May 2018 15:43:13 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 75503239..587cae76 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,19 @@ See the [wiki](https://github.com/coreybutler/nvm-windows/wiki/Common-Issues#how --- +### Build from source + +- Install go from http://golang.org +- Download source / Git Clone the repo +- Change GOARCH to amd64 in build.bat if you feel like building a 64-bit executable +- Fire up a Windows command prompt and change directory to project dir +- Execute `go get github.com/blang/semver` +- Execute `go get github.com/olekukonko/tablewriter` +- Check the `dist`directory for generated setup program. + + + + ## Why another version manager? There are several version managers for node.js. Tools like [nvm](https://github.com/creationix/nvm) and [n](https://github.com/tj/n) From 64040dde6b3c422bfd813b0559182cfb39cd0e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Narve=20S=C3=A6tre?= Date: Fri, 25 May 2018 15:45:59 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 587cae76..e03923d8 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,6 @@ Users have reported some problems using antivirus, specifically McAffee. It appe See the [wiki](https://github.com/coreybutler/nvm-windows/wiki/Common-Issues#how-do-i-use-yarn-with-nvm-windows) for details. ---- - ### Build from source - Install go from http://golang.org @@ -103,6 +101,8 @@ See the [wiki](https://github.com/coreybutler/nvm-windows/wiki/Common-Issues#how - Check the `dist`directory for generated setup program. +--- + ## Why another version manager? From 6bc6fa689cfa8dffc4a0b018754a7ef56507e2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Narve=20S=C3=A6tre?= Date: Fri, 25 May 2018 15:46:35 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e03923d8..26a7ff6b 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ See the [wiki](https://github.com/coreybutler/nvm-windows/wiki/Common-Issues#how - Fire up a Windows command prompt and change directory to project dir - Execute `go get github.com/blang/semver` - Execute `go get github.com/olekukonko/tablewriter` +- Execute `build.bat` - Check the `dist`directory for generated setup program.