Update README.md

This commit is contained in:
creeperita09
2025-09-08 13:15:35 +02:00
committed by GitHub
parent e71fdc70d1
commit 04ebdfbb26

View File

@@ -12,7 +12,7 @@ Gurted is an ecosystem similar to the World Wide Web, it features:
- A custom **DNS** that allows users to create domains with TLDs such as `.based`, `.delulu`, `.aura`, `.twin` and many more.
- A search engine called **Ringle**.
![Preview of Flumi, the official gurted wayfinder](https://raw.githubusercontent.com/outpoot/gurted/master/images/flumi.png)
![Preview of Flumi, the official gurted wayfinder](https://raw.githubusercontent.com/outpoot/gurted/refs/heads/main/images/flumi.png?token=GHSAT0AAAAAADIOOUTXJNIN6EFPUEPJVQCK2F6XLTA)
# File structure
- `/dns` - The source code for the **DNS** (Domain Name System)
@@ -33,4 +33,4 @@ Download the binary from [releases page](https://github.com/outpoot/gurted/relea
Download the binary from the [releases page](https://github.com/outpoot/gurted/releases) and copy it to your applications folder.
# Compiling
The process is identycal to compiling a godot game, however if you modified the protocol library or the gdextension you have to rebuild the gurted gdextension library by running build.sh in `/protocol/gdextension` and copy `/protocol/gdextension/target/x86_64-unknown-linux-gnu/release/libgurt_godot.so` (or the windows/macos library) to `flumi/addons/gurt-protocol/bin/linux` or `flumi/addons/gurt-protocol/bin/windows` for windows.
The process is identycal to compiling a godot game, however if you modified the protocol library or the gdextension you have to rebuild the gurted gdextension library by running build.sh in `/protocol/gdextension` and copy `/protocol/gdextension/target/x86_64-unknown-linux-gnu/release/libgurt_godot.so` (or the windows/macos library) to `flumi/addons/gurt-protocol/bin/linux` or `flumi/addons/gurt-protocol/bin/windows` for windows.