summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-02-25 16:15:20 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-02-25 16:15:20 +0100
commitc10bbff7519441d4017ce2e9af9147174bb6fa88 (patch)
tree560659d9bf283a529c15f95c61737120504f92ef /doc
parent11f765c16c293880ab2fa1e258d4febb12abd5b8 (diff)
Fixed Ubuntu PPA package name
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index f1915fd5..d0856e58 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -35,7 +35,7 @@ For Ubuntu, CLBlast is available through [a PPA](https://launchpad.net/~cnugtere
sudo add-apt-repository ppa:cnugteren/clblast
sudo apt-get update
- sudo apt-get install clblast
+ sudo apt-get install libclblast-dev
For OS X / macOS, CLBlast is available through [Homebrew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/clblast.rb). It can be installed as follows: