From e791a11ba4a2b6d8be16782a873e1067921fc2b1 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 4 Oct 2016 12:26:50 -0600 Subject: [PATCH] Update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03c61dd..7c2641d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,12 @@ To get this project ready for build, type `cordova prepare`. This reads the config.xml, extracting platform and plugin info. Required repositories are downloaded and installed automatically. -To compile, simply run `cordova build`. +To compile, simply run `cordova build `. Currently, Android works +great, but iOS has some asset issues. + +Server Code +-------------------- +Get the server code at https://github.com/Netsyms/TerranQuest-GameServer. License --------------------