Unverified Commit 03efaee7 authored by Andrew's avatar Andrew Committed by GitHub

Update README.md

There was a typo on Line 41. Extra 'C'
parent fcb83f89
...@@ -38,7 +38,7 @@ Now, compile the sources: ...@@ -38,7 +38,7 @@ Now, compile the sources:
If you want the examples built, then change change the cmake above to: If you want the examples built, then change change the cmake above to:
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCPISTACHE_BUILD_EXAMPLES=true .. cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DPISTACHE_BUILD_EXAMPLES=true ..
After running the above, you can then cd into the build/examples directory and run make. After running the above, you can then cd into the build/examples directory and run make.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment