From 456a981971aa013665531941d81134f89fa66d80 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Fri, 9 Aug 2019 18:56:35 +0100 Subject: [PATCH] Updated BuildServices (asciidoc) --- BuildServices.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/BuildServices.asciidoc b/BuildServices.asciidoc index 953fd25..3d2b087 100644 --- a/BuildServices.asciidoc +++ b/BuildServices.asciidoc @@ -4,6 +4,7 @@ Building your code on CI is useful to check regressions against the master and d Same for your code documentation. There are 3 most common ways to install Nim: + * Pulling the Debian packages: fastest; requires keeping the .deb file URL up to date * Using a Docker image: slower but requires little maintenance * Using choosenim: slow when compiling Nim from sources