소스 검색

readme: added configuration & usage section

Fabian Peter Hammerle 6 년 전
부모
커밋
ebb6c76333
1개의 변경된 파일27개의 추가작업 그리고 0개의 파일을 삭제
  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
+```