Update README.md for build-from-sources instructions

This commit is contained in:
Christoph Wille 2023-07-23 14:57:12 +02:00
Родитель 2070988b65
Коммит 8d4c96be7d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -38,5 +38,5 @@ How to run on Mac:
1. Install dotnet 6 or above from https://dotnet.microsoft.com/en-us/download/dotnet
2. Clone repository : `git clone https://github.com/icsharpcode/AvaloniaILSpy.git`.
3. Run build script: `build.ps1` on Windows and `./build.sh` on Linux and Mac OS.
3. Run build script: `dotnet tool restore` and `dotnet cake`
4. Artifacts will be located in subdirectory `artifacts`.