summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-22 00:37:38 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-22 00:37:55 -0800
commit96a4e04522584aab4ea1fe444f971bec935abc8a (patch)
tree96ff7cf234f6aea3978df4f7c9ac87cf6f3bb51c /README.md
parent7dd0b6cafc7e151713d379a0e171197be43fb7d0 (diff)
Fixed Xcode install example.
Closes #294.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4bbac88..ca8246e 100644
--- a/README.md
+++ b/README.md
@@ -60,9 +60,7 @@ Or, to create Xcode project files on OSX:
mkdir build
cd build
cmake -G Xcode ..
- make
- make test
- make install
+ open cmark.xcodeproj
The GNU Makefile also provides a few other targets for developers.
To run a benchmark: