Skip to content

Commit

Permalink
updated readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrosjean committed Sep 5, 2008
1 parent ad00e7e commit 0f9700c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Info.plist
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0 - Development</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSMainNibFile</key>
Expand Down
14 changes: 14 additions & 0 deletions README.txt
Expand Up @@ -13,6 +13,20 @@ Todo:

Building:

First checkout from github:

$ git clone git://github.com/jessegrosjean/quickcursor.git
...

Next init and update submodules:

$ cd quickcursor/
$ git submodule init
...
$ git submodule update
...
$ open QuickCursor.xcodeproj/

To build QuickCursor:

1. Open the QuickCursor XCode project ./QuickCursor/QuickCursor.xcode
Expand Down

0 comments on commit 0f9700c

Please sign in to comment.