Browse Source

Merge pull request #1121 from Kevin-Mok/patch-1

Updated build instructions for Unix
pull/1129/head
Siegfried Pammer 7 years ago committed by GitHub
parent
commit
a3840c534b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -57,7 +57,7 @@ Unix:
Add `Sdk="Microsoft.NET.Sdk"` to the `Project` element. Add `Sdk="Microsoft.NET.Sdk"` to the `Project` element.
This is required due to a tooling issue on Unix. This is required due to a tooling issue on Unix.
Please do not commit this when contributing a pull request! Please do not commit this when contributing a pull request!
- Use ICSharpCode.Decompiler.Console.sln to work. - Use Frontends.sln to work.
How to contribute How to contribute
----------------- -----------------

Loading…
Cancel
Save