diff options
author | Drew DeVault <[email protected]> | 2015-12-27 11:09:28 -0500 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-12-27 11:09:28 -0500 |
commit | a67832ab111a0b2d9f63ca042c261b1d73da59ea (patch) | |
tree | 293b169ce6acc56097be5f1e8601e0f7b78b467b | |
parent | 82aca85cf87e6ead4bc5659c40041b1902463063 (diff) |
Update README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ Run these commands: mkdir build cd build - cmake -DCMAKE_BUILD_TYPE=Release .. + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. make sudo make install |