aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-01-07 17:55:36 -0500
committerGitHub <noreply@github.com>2020-01-07 17:55:36 -0500
commit87ffaf2dcab90ce8212edd996900ebcfc6635ecf (patch)
tree5a893ceb1713784498760703d133eaed4a7fbd4b
parent263bd26d281a530b78b56d298c29ffa368b0b981 (diff)
downloadspmc-87ffaf2dcab90ce8212edd996900ebcfc6635ecf.tar.gz
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dd59c04..90a607d 100644
--- a/README.md
+++ b/README.md
@@ -54,8 +54,8 @@ $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release
### Install SPM
```bash
-$ git clone https://github.com/jhunkeler/spm
-$ cd spm
+$ git clone https://github.com/jhunkeler/spmc
+$ cd spmc
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release