Merge pull request #99 from badcel/UpdateReadme

Update readme
This commit is contained in:
Harry 2019-08-17 09:50:55 +02:00 committed by GitHub
commit 117d8f28c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ git clone https://github.com/GtkSharp/GtkSharp.git
cd GtkSharp cd GtkSharp
``` ```
and then simply run either `.\build.ps1` or `./build.sh` depending your operating system. and then simply run either `.\build.ps1` or `./build.sh` depending your operating system. If you have [Cake](https://cakebuild.net/) installed as a .NET global tool just run `dotnet-cake`.
If you wish to generate the nuget packages simply add the `--BuildTarget=PackageNuGet` as an argument when calling the build script. If you wish to generate the nuget packages simply add the `--BuildTarget=PackageNuGet` as an argument when calling the build script.