update README

main
TZGyn 1 year ago
parent ba4a075036
commit 7d17b588d9
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -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**
> <br>
> **Note** > <br>
> Please read the breaking changes section for self-hosted builds before 23 July 2024
> <br>
> Feel free to contribute by creating pull requests, issues and discussions.
## Preview
![links_preview](./docs/screenshot_links.png)
@ -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

Loading…
Cancel
Save