From 7addcd5b360acbf07b2c2d2c477cc959fb89d8cb Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 19 Apr 2024 19:55:57 +0200 Subject: [PATCH] chore: update readme clone instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 953420e..31f6ccc 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Show off your favorite public threads! ```bash # 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 - $ cd ayco.io-flask + $ cd threads # create python environment: $ python3 -m venv .venv