From 17a215f367db3fafda7cbb9501a26a95f1af5ae4 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Tue, 7 Sep 2021 19:42:06 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index 198283e..af98266 100644 --- a/README.md +++ b/README.md @@ -46,20 +46,7 @@ LiveAtlas is available on [SpigotMC](https://www.spigotmc.org/resources/liveatla Dev builds are available in [Github actions](https://github.com/JLyne/LiveAtlas/actions/workflows/main.yml) ## Installation -Using an [external webserver](https://github.com/webbukkit/dynmap/wiki/External-Webserver-Basics) is recommended. - -### External webserver -1. Download the latest release. -2. Extract into your webserver root. Any existing index.html should be overwritten. -3. Clear any CDN caches you may have -4. Done. - -### Default internal webserver -1. Download the latest release. -2. Extract into `plugins/dynmap/web`. The existing index.html should be overwritten. -3. (Recommended) Set index.html as readonly. This will prevent Dynmap overwriting it after every update. -4. Clear any CDN caches you may have. -5. Done. +[See the wiki](https://github.com/JLyne/LiveAtlas/wiki/Installation) ## Customisation The index.html file can be edited to add custom favicons, styles or analytics, just like the original Dynmap. All LiveAtlas messages can also be modified here for translation purposes.