From ccd1f5818334c9e6d2bfca2fc60fed7656ac2b66 Mon Sep 17 00:00:00 2001 From: Abhishek Dubey Date: Sun, 4 Oct 2020 14:28:19 +0530 Subject: [PATCH] Installation Instruction (#15485) The instruction command was missing `install` for Ubuntu. --- lib/pure/distros.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pure/distros.nim b/lib/pure/distros.nim index ae2248b40d..8debbf9c8a 100644 --- a/lib/pure/distros.nim +++ b/lib/pure/distros.nim @@ -13,8 +13,8 @@ ## ## To complete the installation, run: ## -## sudo apt-get libblas-dev -## sudo apt-get libvoodoo +## sudo apt-get install libblas-dev +## sudo apt-get install libvoodoo ## ## The above output could be the result of a code snippet like: ##