From 48e47fd41c8f93e13df4c5e33e4ad267e4149a4b Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 20 Dec 2018 13:14:49 +0800 Subject: [PATCH] Improve readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e3d376..89e331e 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This user bot can play uno with other humans. (Python3 only) -## Telethon +## Installation The bot uses [Telethon](https://github.com/LonamiWebs/Telethon), a Pure Python 3 MTProto API Telegram client library. Please follow [this](https://telethon.readthedocs.io/en/stable/extra/basic/installation.html#installation) guide to install Telethon, and [create your api id and hash](https://telethon.readthedocs.io/en/stable/extra/basic/creating-a-client.html). -Then place your settings in config.py. -Run the bot with python3 bot.py. +Then place your settings in `config.py`. +Run the bot with `python3 bot.py` or `./bot.py`. ## Contributing * Copyright © 2018 JerryXiao