This commit is contained in:
artyom 2018-11-22 22:22:00 +03:00
Родитель 91ead98620
Коммит b483d848ad
1 изменённых файлов: 11 добавлений и 2 удалений

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

@ -1,3 +1,12 @@
# Contributing
# Compiling
`git clone https://bitbucket.org/worldbeater/camelotia`
The app runs on Windows, Linux and MacOS. Make sure you have latest [.NET Core SDK](https://dot.net/) installed.
```
# Linux or MacOS shell
git clone https://github.com/worldbeater/Camelotia
cd Camelotia/Camelotia.Presentation.Avalonia
dotnet run
```
On Windows, run the `./run.bat` file.