Skip to content

Commit

Permalink
README.md: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Nov 18, 2023
1 parent 2c1c8c1 commit 4125686
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
MinedMap consists of two components: a map renderer generating map tiles from
Minecraft save games, and a viewer for displaying and navigating maps in a browser
based on [Leaflet](https://leafletjs.com/). The map renderer is heavily inspired by
[MapRend](https://github.com/YSelfTool/MapRend), but it has been implemented in C++
from scratch for highest performance.
[MapRend](https://github.com/YSelfTool/MapRend), but has been reimplemented from scratch
(first in C++, now in Rust) for highest performance.

The viewer expects the the map data in a directory named `data`. To generate a new
map, create this empty directory inside the viewer directory. Next, to generate the
Expand Down Expand Up @@ -48,8 +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. The
following command can be used to build the current development version from source:
Building the MinedMap map generator from source requires a recent Rust toolchain. The
following command can be used to build the current development version:
```shell
cargo install --git 'https://github.com/NeoRaider/MinedMap.git'
```
Expand Down

0 comments on commit 4125686

Please sign in to comment.