Browse Source

readme: added --cpu-limit

Fabian Peter Hammerle 6 years ago
parent
commit
6d4cb78b5a
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -5,6 +5,10 @@ automates toontown rewritten's login process
 
     $ pip3 install --user --upgrade tooncher
 
+Optional: Install cpulimit to enable use of parameter `--cpu-limit`
+
+    $ sudo apt-get install cpulimit
+
 ## Configuration
 
 ```yaml
@@ -25,9 +29,12 @@ engine_path: '/opt/Toontown Rewritten/TTREngine'
 $ tooncher [username]
 ```
 
+`tooncher --help` shows all available options.
+
 ### Examples
 
 ```
 $ tooncher toon
 $ tooncher ceo
+$ tooncher --cpu-limit 70 cfo
 ```