Update nim.md

This commit is contained in:
akp 2021-05-30 11:05:42 +01:00 committed by GitHub
parent 99d4fd365f
commit 8c2b7e28c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
nim.md
View file

@ -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`