Skip to content

Commit 4011f1a

Browse files
committed
chore: update examples/readme
1 parent 9becbcd commit 4011f1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
In this directory, there is an `install.bat` and `install.sh` file. These files will install the required dependencies and run the program, including python 3.10.12 (or higher), pip, and mastermind-ai.
66

7-
- If you're using an windows machine, download and double click to run `install.bat`.
7+
- If you're using a windows machine, download and double click to run `install.bat`.
88
- Otherwise, download and run `install.sh` in your terminal by:
99

1010
```bash
11-
cd [path]
11+
cd "<path-to-directory>"
1212
chmod +x install.sh
1313
./install.sh
1414
```
1515

16-
Replace `[path]` with the path to the directory containing `install.sh`, or ignore it if you already opened your terminal in the directory.
16+
Replace `<path-to-directory>` with the actual path to the directory containing `install.sh`, or ignore it if you already opened your terminal in the directory.
1717

1818
## Running Remotely: Google Colab
1919

0 commit comments

Comments
 (0)