Skip to content

Commit

Permalink
Merge pull request koush#122 from hborders/ant_build_instructions_AND…
Browse files Browse the repository at this point in the history
…ROID_HOME

Fixed a typo in the ant build instructions.
  • Loading branch information
koush committed Dec 17, 2013
2 parents 0609676 + 279bad1 commit 8bb9729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ dependencies {
git clone git://github.com/koush/AndroidAsync.git
git clone git://github.com/koush/ion.git
cd ion/ion
ant -sdk.dir=$ANDROID_HOME release install
ant -Dsdk.dir=$ANDROID_HOME release install
```
Jars are at
* ion/ion/bin/classes.jar
Expand Down

0 comments on commit 8bb9729

Please sign in to comment.