diff --git a/README.md b/README.md index 09e6bec..38d845b 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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.