From 3027cdbd1149b98c20c26e1a56c6d49d9a27c9aa Mon Sep 17 00:00:00 2001 From: Joshua Fuller <6954640+joshuafuller@users.noreply.github.com> Date: Thu, 16 Jul 2020 20:28:23 -0500 Subject: [PATCH] Updating README.md --- .github/workflows/zip_release.yml | 6 +++--- README.md | 22 +++++++++++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.github/workflows/zip_release.yml b/.github/workflows/zip_release.yml index eb0d5f8..06295e3 100644 --- a/.github/workflows/zip_release.yml +++ b/.github/workflows/zip_release.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - name: Build project # This would actually build your project, using zip for an example artifact run: | - zip -r MOBAC-Maps . -i \*.xml + zip -r ATAK-Maps . -i \*.xml - name: Create Release id: create_release uses: actions/create-release@v1 @@ -33,6 +33,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ./MOBAC-Maps.zip - asset_name: MOBAC-Maps.zip + asset_path: ./ATAK-Maps.zip + asset_name: ATAK-Maps.zip asset_content_type: application/zip diff --git a/README.md b/README.md index 239ae35..d45acdf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,24 @@ [SCREENSHOTS] -## ATAK-Maps +# ATAK-Maps + +![GitHub Release Date](https://img.shields.io/github/release-date/joshuafuller/ATAK-Maps?style=social) +![GitHub All Releases](https://img.shields.io/github/downloads/joshuafuller/ATAK-Maps/total?style=social) + + A collection of maps for use in [**ATAK**](https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV) - Pull requests for new map providers are welcome! -![GitHub All Releases](https://img.shields.io/github/downloads/joshuafuller/ATAK-Maps/total?style=flat-square) \ No newline at end of file + +## How to add these maps to ATAK + + +[SCREENSHOT] + + 1. Head on over to releases and download the **[LATEST RELEASE](https://github.com/joshuafuller/ATAK-Maps/releases/latest)** of the map bundle. + +[SCREENSHOT] + + 2. Once the file is downloaded on your mobile device, you must open ATAK and use the "Import Manager" to import the ZIP file. + + *Pull requests for new map providers are welcome!*