Fixed classpath in instructions.

This commit is contained in:
Erik C. Thauvin 2010-09-14 00:58:22 +00:00
parent 907c4c371b
commit 6480a5d799

View file

@ -20,7 +20,7 @@ import java.io.InputStreamReader;
* Go to <a href="http://twitter.com/oauth_clients/new">http://twitter.com/oauth_clients/new</a> to register your bot. * Go to <a href="http://twitter.com/oauth_clients/new">http://twitter.com/oauth_clients/new</a> to register your bot.
* Then execute: * Then execute:
* <p/> * <p/>
* <code>java -cp "mobibot.jar:../lib/*" net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret></code> * <code>java -cp "mobibot.jar:lib/*" net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret></code>
* <p/> * <p/>
* and follow the prompts/instructions. * and follow the prompts/instructions.
* *