Resolved #1098 - added developer steps

This commit is contained in:
Yair Morgenstern 2019-09-28 21:57:25 +03:00 committed by GitHub
parent 5980f18f89
commit 4728423a26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,12 @@ If not, you can help by spreading the word - vote for Unciv where you can, menti
If you REALLY want to donate for some reason, I have a Patreon page [here!](https://www.patreon.com/yairm210)
## How can I get started workin on this?
- Install Android Studio
- Fork the repo, and clone your fork
- Configure an Application run configuration with DesktopLauncher as the Main Class and \<repo_folder\>\android\assets\ as the Working directory
# [Adding a new Civ](docs/NewCivs.md)
# [Credits and 3rd parties](docs/Credits.md)