Fix typos (#154)

This commit is contained in:
Nicola Stanislao Vitale 2020-07-21 18:56:10 +02:00 committed by GitHub
parent a3626df9ab
commit 58927d73ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,12 +89,12 @@ tg
> Ensure you have the correct version of Python installed before using this method!
```sh
git clone https://github.com:paul-nameless/tg.git
git clone https://github.com/paul-nameless/tg.git
cd tg
python3 -m venv venv
source venv/bin/activate
pip install python-telegram
python3 tg
python3 -m tg
```
### Using Docker