From 1559486727ff8b27ebacf1ff7c736b67e2c0be3c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 30 Sep 2023 16:17:49 +0200 Subject: [PATCH] README.md: update for release --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b133fe..4dcd106 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,8 @@ the generated map files to public webspace to make the map available to others. ## Installation -Building the MinedMap map generator requires a recent Rust toolchain. There are no -releases on crates.io or binary releases yet. For now, it can be installed using the -following command: +Building the MinedMap map generator requires a recent Rust toolchain. The +following command can be used to build the current development version from source: ```shell cargo install --git 'https://github.com/NeoRaider/MinedMap.git' ```