@@ -107,7 +107,7 @@ programming language, it is completely multithreaded; and offers high performanc
107
107
- Rust compiler (latest nightly version)
108
108
- Cargo (comes with Rust)
109
109
110
- ### 📥 Installation
110
+ ## 📥 Installation
111
111
112
112
[ // ] : # ( #### Option 1: Download pre-compiled binary ( ; Maybe outdated!) ; )
113
113
@@ -123,12 +123,9 @@ programming language, it is completely multithreaded; and offers high performanc
123
123
Unfortunately, the server is not yet ready for production use. If you want to try it out, you can compile it from source.
124
124
</p >
125
125
126
- #### Compile from source (Bleeding edge updates, always up-to-date)
126
+ ### Compile from source (Bleeding edge updates, always up-to-date)
127
127
128
- 1 . Ensure you have LLVM installed on your system. This is required for RocksDB compilation.
129
- - The env variable ` LIBCLANG_PATH ` must be set to the path of the ` [LLVM path]/bin ` .
130
-
131
- 2 . Clone and build the project.
128
+ ##### Clone and build the project.
132
129
133
130
``` bash
134
131
# Clone the repository
@@ -139,9 +136,9 @@ cd ferrumc
139
136
cargo build --release
140
137
```
141
138
142
- ### The binary will be in target/release/
139
+ #### The binary will be in target/release/
143
140
144
- ### 🖥️ Usage
141
+ ## 🖥️ Usage
145
142
146
143
1 . Move the FerrumC binary to your desired server directory
147
144
2 . Open a terminal in that directory
@@ -199,14 +196,14 @@ awesome [Extism](https://extism.org/) project to allow for plugins to be written
199
196
JS/TS, Zig and more) while not losing out on the performance gains of native code.
200
197
201
198
### What does 'FerrumC' mean?
202
- It's a play on words. Ferrum is the Latin word for iron and it *** rust*** s. And MC (Minecraft) in the end.
199
+
200
+ It's a play on words. Ferrum is the Latin word for iron and it *** rust*** s. And MC (Minecraft) in the end.
203
201
So it becomes Ferru* mc* . Get it? 😄
204
202
205
203
## 📜 License
206
204
207
205
This project is licensed under the MIT License - see the [ LICENSE.md] ( LICENSE ) file for details.
208
206
209
-
210
207
## 🌟 Star History
211
208
212
209
<a href =" https://star-history.com/#ferrumc-rs/ferrumc&Date " >
0 commit comments