diff --git a/README.md b/README.md index 75503239..26a7ff6b 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,22 @@ 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 +- 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` +- Execute `build.bat` +- 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)