Skip to content

Commit

Permalink
Fix build directory (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldnevermore authored Mar 17, 2021
1 parent 2631702 commit a40e0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ On Linux using .NET Core:

```bash
$ git clone http://github.com/Microsoft/LLVMSharp
$ cd LLVMSharp/src
$ cd LLVMSharp
$ dotnet build
```

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

```bash
:> git clone http://github.com/mjsabby/LLVMSharp
:> cd LLVMSharp\src
:> cd LLVMSharp
:> dotnet build
```

Expand Down

0 comments on commit a40e0ce

Please sign in to comment.