Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions install_chess_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
Expand Down