Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 6a119fd

Browse files
authored
Correct git clone command.
1 parent d9962b8 commit 6a119fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Contains the new MTDIFF implementation.
1818
You can build the code with the following commands:
1919

2020
```
21-
https://github.com/FAU-Inf2/treedifferencing.git
21+
git clone https://github.com/FAU-Inf2/treedifferencing.git
2222
cd treedifferencing
2323
./gradlew build
2424
```

0 commit comments

Comments
 (0)