Skip to content

Commit

Permalink
Fix faulty example invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewr committed Jul 17, 2009
1 parent bea60fe commit 6a893da
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.markdown
@@ -1,4 +1,11 @@
# Build

ant clean && ant dist
java -jar dist/clot-20090716222231+51c9737.jar irc.freenode.net 6667 foo '##foo' foopass

# clot's jar in here
ls -l dist

# try it out
env CLASSPATH=`find $PWD/lib $PWD/dist -name \*.jar | tr '\n' :` \
java com.draines.clot.main irc.freenode.net 6667 foo '##foo' foopass

0 comments on commit 6a893da

Please sign in to comment.