From 6c68956c356d897c6bce0964ed36a4eb3d579a54 Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Sat, 20 Dec 2025 02:49:08 +0400 Subject: [PATCH] Add macOS and Linux Full-Auto installation commands --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5ba20cf..70b01b0 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ Run this in your terminal to clone, install dependencies, and build everything a git clone https://github.com/roman-ryzenadvanced/OpenQode-Public-Alpha.git; cd OpenQode-Public-Alpha; npm install --legacy-peer-deps; cd bin/goose-ultra-final; npm install --legacy-peer-deps; npm run build; cd ../..; Write-Host "✅ OpenQode is ready. Run OpenQode.bat to start." -ForegroundColor Green ``` +**macOS / Linux (Bash):** +```bash +git clone https://github.com/roman-ryzenadvanced/OpenQode-Public-Alpha.git; cd OpenQode-Public-Alpha; npm install --legacy-peer-deps; cd bin/goose-ultra-final; npm install --legacy-peer-deps; npm run build; cd ../..; echo -e "\033[0;32m✅ OpenQode is ready. Run ./OpenQode.sh to start.\033[0m" +``` + --- ## 🎯 What is OpenQode?