docs: update README.md

This commit is contained in:
cuqmbr 2022-12-12 14:52:09 +02:00 committed by GitHub
parent 54548f065d
commit 2d740b22de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Download the latest executable suitable for your system at [Releases](https://gi
### Compile yourself
1. [Download](https://dotnet.microsoft.com/download) and install .NET Runtime or SDK >= 6.0
1. [Download](https://dotnet.microsoft.com/download) and install .NET SDK >= 6.0
2. Clone this git repository: `$ git clone https://github.com/cuqmbr/netxml2kml.git`
3. Compile (deploy) the app: `[~/netxml2kml]$ dotnet publish -c Release -r <RID> --self-contained true`