Cleaned up usage and README
This commit is contained in:
parent
3f7ed4792b
commit
aa0c3dd81c
3 changed files with 17 additions and 9 deletions
12
README.md
12
README.md
|
@ -6,25 +6,25 @@
|
|||
Some very basic instructions:
|
||||
|
||||
```sh
|
||||
{ clone with git or download the ZIP }
|
||||
# clone with git or download the ZIP
|
||||
git clone https://github.com/ethauvin/mobibot.git
|
||||
|
||||
cd mobibot
|
||||
|
||||
{ build with gradle }
|
||||
# build with gradle
|
||||
./gradlew
|
||||
|
||||
cd deploy
|
||||
|
||||
{ configure the properties }
|
||||
# configure the properties
|
||||
vi *.properties *.xml
|
||||
|
||||
{ help }
|
||||
# help
|
||||
java -jar mobibot.jar -h
|
||||
|
||||
{ twitter oauth token request }
|
||||
# twitter oauth token request
|
||||
java -cp mobibot.jar net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret>
|
||||
|
||||
{ launch }
|
||||
# launch
|
||||
/usr/bin/nohup java -jar mobibot.jar &
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue