Skip to content

Commit

Permalink
Merge pull request #17 from Asurar0/patch-1
Browse files Browse the repository at this point in the history
[README.md] RocksDB -> LMDB
  • Loading branch information
ReCore-sys authored Sep 13, 2024
2 parents e7dd061 + 407767a commit 9da7f62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ programming language, it is completely multithreaded; and offers high performanc
</li>
<li>
<h4>💾 Lighting fast database to ensure extremely fast world loading speeds</h4>
<h6><i><a href="https://github.com/facebook/rocksdb">Currently using RocksDB</a></i></h6>
<h6><i><a href="https://www.symas.com/lmdb">Currently using LMDB</a></i></h6>
<i>32 render distance*</i>
<img src="https://github.com/Sweattypalms/ferrumc/blob/dev/README/assets/chunk_loading.gif?raw=true" alt="Chunk Loading DEMO">
</li>
Expand Down Expand Up @@ -106,7 +106,6 @@ programming language, it is completely multithreaded; and offers high performanc

- Rust compiler (latest nightly version)
- Cargo (comes with Rust)
- [LLVM](https://github.com/llvm/llvm-project/releases) (required for RocksDB compilation)

### 📥 Installation

Expand Down Expand Up @@ -216,4 +215,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) f
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ferrumc-rs/ferrumc&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ferrumc-rs/ferrumc&type=Date" />
</picture>
</a>
</a>

0 comments on commit 9da7f62

Please sign in to comment.