Skip to content

Commit 87ec122

Browse files
Merge pull request #517 from danhab99/patch-1
Fixed instruction in README.md
2 parents 79717cb + 358424d commit 87ec122

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
@@ -123,7 +123,7 @@ git clone https://github.com/dotnet/clangsharp
123123
cd clangsharp
124124
mkdir -p artifacts/bin/native
125125
cd artifacts/bin/native
126-
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install -DPATH_TO_LLVM=../../../../llvm-project/artifacts/install
126+
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install -DPATH_TO_LLVM=../../../../llvm-project/artifacts/install ../../../
127127
make install
128128
```
129129

0 commit comments

Comments
 (0)