aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2017-01-02 22:16:16 +0800
committerJinwei Zhao <[email protected]>2017-01-02 22:16:16 +0800
commit6ef28bea461aff92cd838c23ef6795824a826d35 (patch)
tree9a2307e37138f176df4781135130a19bba207335
parentca2cdf5c89977ca44a4ac2b5edb46d2dcdb55fab (diff)
downloadCOMM2TG-6ef28bea461aff92cd838c23ef6795824a826d35.tar.gz
update README
-rwxr-xr-xREADME.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8dbe856..c597a86 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1# VoiceOfHangzhou 1# COMM2TG
2 2
3A bot that catches Ingress comm messages and forwardes them to Telegram channel. 3A bot that catches Ingress comm messages and forwardes them to Telegram channel.
4 4
@@ -22,7 +22,7 @@ sudo pip3 install selenium
22 22
23+ Make sure your OS support coresponding locales based on your comm range. 23+ Make sure your OS support coresponding locales based on your comm range.
24 24
25e.g. zh_CN.UTF-8 25 e.g. zh_CN.UTF-8
26 26
27```bash 27```bash
28sudo locale-gen zh_CN.UTF-8 28sudo locale-gen zh_CN.UTF-8
@@ -31,8 +31,8 @@ sudo dpkg-reconfigure locales
31 31
32+ Copy `config.json.example` to `config.json` first, and remember to modify `config.json` and `PhantomjsPath` in `bot.py` 32+ Copy `config.json.example` to `config.json` first, and remember to modify `config.json` and `PhantomjsPath` in `bot.py`
33 33
34To run, just type 34 To run, just type
35 35
36```bash 36```bash
37python3 bot.py 37python3 bot.py
38``` \ No newline at end of file 38```
Powered by cgit v1.2.3 (git 2.41.0)