From 4728423a268d3e6b6e46823ae55564e2b639bfa5 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sat, 28 Sep 2019 21:57:25 +0300 Subject: [PATCH] Resolved #1098 - added developer steps --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a01f8ae868..aac029580a 100644 --- a/README.md +++ b/README.md @@ -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 \\android\assets\ as the Working directory + # [Adding a new Civ](docs/NewCivs.md) # [Credits and 3rd parties](docs/Credits.md)