diff --git a/README.md b/README.md
index b9ed1dd..1c10f35 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,11 @@
[Kon.sh](https://app.kon.sh) is an open source URL shortener with analytics.
Made with [SvelteKit](https://kit.svelte.dev/) and [shadcn-svelte](https://www.shadcn-svelte.com/).
-> **Note**
->
+> **Note** >
> Please read the breaking changes section for self-hosted builds before 23 July 2024
>
> Feel free to contribute by creating pull requests, issues and discussions.
-
## Preview

@@ -58,6 +56,13 @@ bun install
bun run src/index.ts
```
+### Geolite2 Server
+
+```bash
+go build main.go
+ACCOUNT_ID={} LICENSE_KEY={} ./main
+```
+
## Breaking Changes (For builds before this date)
### 23 July 2024