diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-01-07 17:55:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 17:55:36 -0500 |
commit | 87ffaf2dcab90ce8212edd996900ebcfc6635ecf (patch) | |
tree | 5a893ceb1713784498760703d133eaed4a7fbd4b /README.md | |
parent | 263bd26d281a530b78b56d298c29ffa368b0b981 (diff) | |
download | spmc-87ffaf2dcab90ce8212edd996900ebcfc6635ecf.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |