Sfoglia il codice sorgente

readme: added configuration & usage section

Fabian Peter Hammerle 6 anni fa
parent
commit
ebb6c76333
1 ha cambiato i file con 27 aggiunte e 0 eliminazioni
  1. 27 0
      README.md

+ 27 - 0
README.md

@@ -4,3 +4,30 @@ automates toontown rewritten's login process
 ## Installation
 
     $ pip3 install --user --upgrade tooncher
+
+## Configuration
+
+```yaml
+# default path: $HOME/.tooncher
+accounts:
+- username: toon
+  password: secret
+- username: ceo
+  password: golf
+- username: cfo
+  password: train
+engine_path: '/opt/Toontown Rewritten/TTREngine'
+```
+
+## Usage
+
+```
+$ tooncher [username]
+```
+
+### Examples
+
+```
+$ tooncher toon
+$ tooncher ceo
+```