mirror of
				https://github.com/nvm-sh/nvm.git
				synced 2025-10-31 10:15:53 +08:00 
			
		
		
		
	Make the gist work as it's own repo.
This commit is contained in:
		| @@ -4,7 +4,11 @@ | ||||
|  | ||||
| First you'll need to make sure your system has a c++ compiler.  For OSX, XCode will work, for Ubuntu, the build-essential package works.  You'll also need `git` if you want to track HEAD. | ||||
|  | ||||
| To install create a folder somewhere in your filesystem with the nvm.sh file inside it.  I put mine in a folder called `.nvm`. | ||||
| To install create a folder somewhere in your filesystem with the "`nvm.sh`" file inside it.  I put mine in a folder called "`.nvm`". | ||||
|  | ||||
| Or if you have `git` installed, then just clone it: | ||||
|  | ||||
|     git clone git://gist.github.com/367305.git ~/.nvm | ||||
|  | ||||
| Then add three lines to your bash profile: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user