Skip to content

Commit 0571658

Browse files
committed
Fix clone command to pass the expected destination directory
1 parent 3fcefdc commit 0571658

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 @@ Building this tool require building LLVM and Clang. This can take hours. Please
1818

1919
* Follow the [building instructions](http://clang.llvm.org/docs/LibASTMatchersTutorial.html#step-0-obtaining-clang) for Clang (Only step 0)
2020
* Go to `llvm/tools/clang/tools/extra`
21-
* Clone this repository `git clone https://github.com/mrRosset/scalaBindgen.git`
21+
* Clone this repository `git clone https://github.com/mrRosset/scala-native-bindgen scala-bindgen`
2222
* Add `add_subdirectory(scala-bindgen)` to the CMakeLists.txt in the extra folder
2323
* Re-run the llvm/clang compilation
2424

0 commit comments

Comments
 (0)