Update nim.md
This commit is contained in:
parent
99d4fd365f
commit
8c2b7e28c2
1 changed files with 2 additions and 2 deletions
4
nim.md
4
nim.md
|
@ -4,5 +4,5 @@
|
|||
|
||||
1. Download from https://nim-lang.org/install_unix.html
|
||||
2. Extract and copy to `/opt`
|
||||
3. Add `/opt/nim-x.x.x/bin` to `~/.bashrc`
|
||||
4. Add `~/.nimble/bin` to `~/.bashrc`
|
||||
3. Add `export PATH=$PATH:"/opt/nim-x.x.x/bin"` to `~/.bashrc`
|
||||
4. Add `export PATH=$PATH:"$HOME/.nimble/bin"` to `~/.bashrc`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue