Cleaned up usage and README

This commit is contained in:
Erik C. Thauvin 2022-09-13 13:00:17 -07:00
parent 3f7ed4792b
commit aa0c3dd81c
3 changed files with 17 additions and 9 deletions

View file

@ -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 &
```