From c3a4753dbcbd772f39e64ad6796599662bed160c Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Tue, 14 Jan 2025 21:49:24 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9148681..5bed8ac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -## Github Actions built & Github Pages hosted Protomaps Extract & Styles +# Protomaps Github Pages This repo contains scripts and Github Actions configuration to create a Protomaps extract for the -area defined in `region.geojson` and a style to go along with it. +area defined in `region.geojson` and styles to go along with it. This allows you to very easily host your own basemap for a small to medium sized area with Github Pages. @@ -11,6 +11,7 @@ The default region is the state of Virginia in the United State of America. To create your own Github Pages hosted basemap: - Fork this repository -- Replace `region.geojson` with the region of your choice +- Configure Github Pages to use Github Actions - Enable Github Actions on your fork +- Replace `region.geojson` with the region of your choice - Push your updated region