Added choosenim link

This commit is contained in:
Mattia Giambirtone 2023-03-03 01:02:30 +01:00
parent 1a2c13cd4f
commit 0e2a66ce61
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Great question! If this README somehow didn't turn you away already (thanks, by
out for yourself. Fortunately, the process is quite straightforward:
- First, you're gonna have to install [Nim](https://nim-lang.org/), the language peon is written in. I highly recommend
using [choosenim]() to manage your Nim installations as it makes switching between them and updating them a breeze
using [choosenim](https://github.com/dom96/choosenim) to manage your Nim installations as it makes switching between them and updating them a breeze
- Once Nim is installed, you should install [jale](https://git.nocturn9x.space/japl/jale), peon's custom line editor
library written by our beloved [Art](https://git.nocturn9x.space/art). This is needed for the REPL to work: just clone the repository, `cd` into it and run `nimble install`; this will install the library on your
system so that the Nim compiler can find it later