From 57f46d0707b4a1a2c258e11b5b976ccd6b7e745e Mon Sep 17 00:00:00 2001 From: ramzcaca Date: Thu, 5 Feb 2026 11:22:16 +0100 Subject: [PATCH] updated readme and final script ig --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8245018..3622189 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the project is to continue to learn deeper bash scripting and try to make a scri ## how to use to run the script, use this command: -`curl -fsSL https://raw.githubusercontent.com/buchtioof/venv-setup/main/venvsetup.sh | bash -s` +`bash <(curl -fsSL https://raw.githubusercontent.com/buchtioof/venv-setup/main/venvsetup.sh)` > be sure to use it INSIDE your workspace *(tested and works fine on Debian, soon testing on macos)*