From d98feb499dadcf6ba1726cd6965698aeb5ac6a66 Mon Sep 17 00:00:00 2001 From: Mattia Giambirtone Date: Fri, 3 Mar 2023 01:02:18 +0100 Subject: [PATCH] Added choosenim link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8511642..53f71f7 100644 --- a/README.md +++ b/README.md @@ -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