Skip to content

Commit a40e0ce

Browse files
Fix build directory (#162)
1 parent 2631702 commit a40e0ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ On Linux using .NET Core:
1919

2020
```bash
2121
$ git clone http://github.com/Microsoft/LLVMSharp
22-
$ cd LLVMSharp/src
22+
$ cd LLVMSharp
2323
$ dotnet build
2424
```
2525

@@ -29,7 +29,7 @@ On Windows using .NET Core
2929

3030
```bash
3131
:> git clone http://github.com/mjsabby/LLVMSharp
32-
:> cd LLVMSharp\src
32+
:> cd LLVMSharp
3333
:> dotnet build
3434
```
3535

0 commit comments

Comments
 (0)