Skip to content

Commit

Permalink
It should be right this time, I swear.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Aug 25, 2009
1 parent 53d2562 commit fef2028
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.textile
Expand Up @@ -22,25 +22,25 @@ h2. Building Hackety Hack
start things up like so:

bq. $ git clone git://github.com/steveklabnik/hacketyhack.git
bq. $ cd hacketyhack
bq. $ shoes h-ety-h.rb
$ cd hacketyhack
$ shoes h-ety-h.rb

If you need to install Shoes, just run this first:

bq. $ git clone git://github.com/whymirror/shoes.git
bq. $ cd shoes
bq. $ rake
$ cd shoes
$ rake

Shoes will be built and put in the dist directory.

If you want to build Hackety Hack as a standalone app
with the installer for your platform:

bq. $ git clone git://github.com/steveklabnik/hacketyhack.git
bq. $ git clone git://github.com/whymirror/shoes.git
bq. $ cd shoes
bq. $ rake APP=../hacketyhack VIDEO=1
bq. $ rake APP=../hacketyhack installer
$ git clone git://github.com/whymirror/shoes.git
$ cd shoes
$ rake APP=../hacketyhack VIDEO=1
$ rake APP=../hacketyhack installer

There is no installer for Linux, bear in mind.

Expand Down

0 comments on commit fef2028

Please sign in to comment.