aboutsummaryrefslogtreecommitdiff
path: root/template/use.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/use.html.j2')
-rw-r--r--template/use.html.j214
1 files changed, 7 insertions, 7 deletions
diff --git a/template/use.html.j2 b/template/use.html.j2
index 1aa0ecad..32b37833 100644
--- a/template/use.html.j2
+++ b/template/use.html.j2
@@ -223,13 +223,13 @@
223 First we have to install Nim. Please refer to their <a href="https://nim-lang.org/install.html">project site</a> for further details. The preferred method is using our package manager, e.g. for Debian it would look like this: 223 First we have to install Nim. Please refer to their <a href="https://nim-lang.org/install.html">project site</a> for further details. The preferred method is using our package manager, e.g. for Debian it would look like this:
224 </p> 224 </p>
225 <code> 225 <code>
226 $ sudo apt install nim 226 $ sudo apt install nim<br>
227 $ nim --version 227 $ nim --version<br>
228 Nim Compiler Version 0.20.2 [Linux: amd64] 228 Nim Compiler Version 0.20.2 [Linux: amd64]<br>
229 Compiled at 2019-07-17 229 Compiled at 2019-07-17<br>
230 Copyright (c) 2006-2019 by Andreas Rumpf 230 Copyright (c) 2006-2019 by Andreas Rumpf<br>
231 231 <br>
232 active boot switches: -d:release -d:nativeStackTrace 232 active boot switches: -d:release -d:nativeStackTrace<br>
233 </code> 233 </code>
234 <p> 234 <p>
235 If the displayed version is <b>0.19.0 or newer</b>, we have a compatible version and can continue downloading and compiling the groupchat. If the version is older (like on Ubuntu 18.04) we can install Nim using a tool called <i>choosenim</i>: 235 If the displayed version is <b>0.19.0 or newer</b>, we have a compatible version and can continue downloading and compiling the groupchat. If the version is older (like on Ubuntu 18.04) we can install Nim using a tool called <i>choosenim</i>: