From 6ef28bea461aff92cd838c23ef6795824a826d35 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Mon, 2 Jan 2017 22:16:16 +0800 Subject: update README --- README.md | 8 ++++---- 1 file 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 @@ -# VoiceOfHangzhou +# COMM2TG A bot that catches Ingress comm messages and forwardes them to Telegram channel. @@ -22,7 +22,7 @@ sudo pip3 install selenium + Make sure your OS support coresponding locales based on your comm range. -e.g. zh_CN.UTF-8 + e.g. zh_CN.UTF-8 ```bash sudo locale-gen zh_CN.UTF-8 @@ -31,8 +31,8 @@ sudo dpkg-reconfigure locales + Copy `config.json.example` to `config.json` first, and remember to modify `config.json` and `PhantomjsPath` in `bot.py` -To run, just type + To run, just type ```bash python3 bot.py -``` \ No newline at end of file +``` -- cgit v1.2.3