Skip to content

Commit

Permalink
Merge branch 'pull/3'
Browse files Browse the repository at this point in the history
Originally submitted at: wincent#3

* pull/3:
  Adding some build instructions to the README
  Fixing submodule URLs
  • Loading branch information
wincent committed Jun 14, 2016
2 parents d98f2d4 + c6a4919 commit 87137f3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "buildtools"]
path = buildtools
url = git://git.wincent.com/buildtools.git
url = https://github.com/wincent/buildtools.git
[submodule "WOPublic"]
path = WOPublic
url = git://git.wincent.com/WOPublic.git
url = https://github.com/wincent/WOPublic.git
19 changes: 19 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,22 @@ developer over the last ten years. Its been an amazing ride.

Wincent Colaiuta
February 25, 2012

INSTALLATION
------------

1. After cloning, run

git submodule update --init --rebase

This will fetch the WOPublic shared code and build tools


2. Download the Growl 2.0.1 SDK from http://growl.info/downloads. Extract the
zip, then copy Framework/Growl.framework to the SynergyApp folder


LICENSE
-------

Simplified BSD License. Copyright Wincent Colaiuta.

0 comments on commit 87137f3

Please sign in to comment.