From 6d83f0ed932fd4665b6a7b25e9b25401a4741b65 Mon Sep 17 00:00:00 2001 From: alban Date: Sun, 8 Dec 2024 20:58:42 +0100 Subject: [PATCH] fix: README path --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f68802e..b5ef669 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ Lancer, avec une version Python >= 3.10 : ```shell +cd /tmp git clone https://git.interhacker.space/protonphoton/yiking +cd yiking python3 -m venv .venv source .venv/bin/activate pip3 install -r requirements.txt