Update README.md

This commit is contained in:
James Lyne 2021-09-07 19:42:06 +01:00 committed by GitHub
parent 298f5a1448
commit 17a215f367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.