From 67ed021e1a076def20200ee3ce8fb38a6d12922e Mon Sep 17 00:00:00 2001 From: Patrick Schimpl <115887603+cosmopax@users.noreply.github.com> Date: Sun, 26 Oct 2025 16:38:20 +0100 Subject: [PATCH] Fix README links and default repo --- README.md | 6 +++--- install_chess_app.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd0a7f4..2b4061e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ For project goals and contribution guidelines see [project_directive.md](./proje For a quick installation on macOS or Ubuntu run: ```bash -bash <(curl -fsSL https://raw.githubusercontent.com/cosmopax/chess-app/main/install_chess_app.sh) +bash <(curl -fsSL https://raw.githubusercontent.com/cosmopax/chess_app_jules/main/install_chess_app.sh) ``` ## Setup Instructions @@ -144,9 +144,9 @@ Once you have completed all the setup steps: 1. **Navigate to the project's root directory** (if you're not already there): ```bash - cd path/to/chess-app + cd path/to/chess_app_jules ``` - (Replace `path/to/chess-app` with the actual path if you named the directory differently or are not in its parent directory). If you followed the previous steps, you might already be in this directory (`chess-app`). + (Replace `path/to/chess_app_jules` with the actual path if you named the directory differently or are not in its parent directory). If you followed the previous steps, you might already be in this directory (`chess_app_jules`). 2. **Activate your virtual environment** (if you created one): ```bash diff --git a/install_chess_app.sh b/install_chess_app.sh index 3a4bf3d..e5566f1 100644 --- a/install_chess_app.sh +++ b/install_chess_app.sh @@ -14,8 +14,8 @@ if [ "$(whoami)" = "cosmopax" ]; then else DEFAULT_INSTALL_DIR="$HOME/MyChessApp" fi -# IMPORTANT: Replace with the actual default URL of your chess application repository -DEFAULT_REPO_URL="https://github.com/your-username/your-chess-repo.git" +# Default repository containing this installer +DEFAULT_REPO_URL="https://github.com/cosmopax/chess_app_jules.git" # --- OS Detection --- OS_TYPE=""