fixed README.md typos

This commit is contained in:
Ari Archer 2021-11-29 21:40:38 +02:00
parent 958c3e9a70
commit 71426da2c5
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2

View file

@ -67,7 +67,7 @@ This option is recommended:
```sh
git clone https://github.com/TruncatedDinosour/arigram.git
cd git
cd arigram
pip install --upgrade --user -r requirements.txt
pip install --upgrade --user .
```
@ -75,7 +75,7 @@ pip install --upgrade --user .
And add this to `~/.bashrc` or whatever POSIX complient shell you use:
```sh
export PATH="${PATH|}:${HOME}/.local/bin"
export PATH="${PATH}:${HOME}/.local/bin"
```
To Launch it