Update README.md

Fix debian package name.
This commit is contained in:
Magnus Norddahl 2020-09-20 12:00:20 +02:00 committed by GitHub
parent 94a2f042fe
commit 4a559ba127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
- [Microsoft .Net Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/net472)
**Building on Linux:**
- Install mono. On debian based distros `apt-get install mono` should do the trick
- Install mono. On debian based distros `apt-get install mono-complete` should do the trick
- Install gcc
- Type `make`. If you get an error about it not finding `msbuild` then you are most likely missing a package, or your version of mono may be too old
- Run it by launching `builder` from inside the Build folder