cmark

My personal build of CMark ✏️

Commit
96a4e04522584aab4ea1fe444f971bec935abc8a
Parent
7dd0b6cafc7e151713d379a0e171197be43fb7d0
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed Xcode install example.

Closes #294.

Diffstat

1 file changed, 1 insertion, 3 deletions

Status File Name N° Changes Insertions Deletions
Modified README.md 4 1 3
diff --git 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: