You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
Cross platform nvm that doesn't suck™
4
4
5
+
## Installation
6
+
7
+
### Binaries
8
+
9
+
1. Download binary for your OS from the [Releases](https://github.com/BeeeQueue/nvm-rust/releases)
10
+
2. Rename the file to `nvm` and place it somewhere in your `$PATH`
11
+
3. Enjoy?
12
+
13
+
#### Note for Windows
14
+
15
+
_It does not allow creating the symlinks this program uses without either Admin access or Developer Mode._
16
+
17
+
_Either run the program as Administrator or [enable Developer Mode](https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development#active-developer-mode)_
18
+
19
+
_[Read more about it here](https://blogs.windows.com/windowsdeveloper/2016/12/02/symlinks-windows-10)_
0 commit comments