chore: update readme clone instruction

This commit is contained in:
Ayo Ayco 2024-04-19 19:55:57 +02:00
parent 61e5a7c87f
commit 7addcd5b36

View file

@ -18,10 +18,10 @@ Show off your favorite public threads!
```bash ```bash
# clone the project # clone the project
$ git clone git@git.sr.ht:~ayoayco/ayco.io-flask $ git clone git@git.sr.ht:~ayoayco/threads
# go into the project directory # go into the project directory
$ cd ayco.io-flask $ cd threads
# create python environment: # create python environment:
$ python3 -m venv .venv $ python3 -m venv .venv