Skip to content

Commit 61e42f3

Browse files
committed
Update readme so it uses the rcmd branch
1 parent 4f1b51e commit 61e42f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ rCMD uses the Gradle build system. To get started, `./gradlew setup` can be used
2424
The debugger can then be started by running `java -jar rcmd.jar` in the `build/libs` directory. To run rCMD you will need Java 21 or higher.
2525

2626
```bash
27-
git clone --recursive git@github.com:TOPLLab/MIO.git
28-
cd MIO
27+
git clone --recursive git@github.com:TOPLLab/MIO.git -b rcmd rcmd
28+
cd rcmd
2929
./gradlew setup
3030
cd build/libs
3131
java -jar rcmd.jar

0 commit comments

Comments
 (0)