diff options
author | Abhishek Dubey <abhishekdubey666@gmail.com> | 2020-10-04 14:28:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 10:58:19 +0200 |
commit | ccd1f5818334c9e6d2bfca2fc60fed7656ac2b66 (patch) | |
tree | c6149c2f1e67dd187f98d75a20fee27fa6460595 | |
parent | fc973b2c0cf4fb550556ef05968e952ca174956f (diff) | |
download | Nim-ccd1f5818334c9e6d2bfca2fc60fed7656ac2b66.tar.gz |
Installation Instruction (#15485)
The instruction command was missing `install` for Ubuntu.
-rw-r--r-- | lib/pure/distros.nim | 4 |
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: ## |