summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAbhishek Dubey <abhishekdubey666@gmail.com>2020-10-04 14:28:19 +0530
committerGitHub <noreply@github.com>2020-10-04 10:58:19 +0200
commitccd1f5818334c9e6d2bfca2fc60fed7656ac2b66 (patch)
treec6149c2f1e67dd187f98d75a20fee27fa6460595
parentfc973b2c0cf4fb550556ef05968e952ca174956f (diff)
downloadNim-ccd1f5818334c9e6d2bfca2fc60fed7656ac2b66.tar.gz
Installation Instruction (#15485)
The instruction command was missing `install` for Ubuntu.
-rw-r--r--lib/pure/distros.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pure/distros.nim b/lib/pure/distros.nim
index ae2248b40..8debbf9c8 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:
 ##