mirror of
https://github.com/paul-nameless/tg
synced 2024-11-21 19:33:09 +00:00
Fix typos (#154)
This commit is contained in:
parent
a3626df9ab
commit
58927d73ef
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue