README.md: update for release

This commit is contained in:
Matthias Schiffer 2023-09-30 16:17:49 +02:00
parent d9d7cda5ee
commit 1559486727
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -48,9 +48,8 @@ the generated map files to public webspace to make the map available to others.
## Installation ## Installation
Building the MinedMap map generator requires a recent Rust toolchain. There are no Building the MinedMap map generator requires a recent Rust toolchain. The
releases on crates.io or binary releases yet. For now, it can be installed using the following command can be used to build the current development version from source:
following command:
```shell ```shell
cargo install --git 'https://github.com/NeoRaider/MinedMap.git' cargo install --git 'https://github.com/NeoRaider/MinedMap.git'
``` ```