Skip to content

Commit

Permalink
Merge pull request #358 from narve/build-documentation
Browse files Browse the repository at this point in the history
"Build from source"-documentation
  • Loading branch information
coreybutler authored Aug 2, 2018
2 parents 550d7ce + 6bc6fa6 commit d4da726
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d4da726

Please # to comment.