Update README.md

This commit is contained in:
Phil 2021-12-07 18:19:29 +01:00
parent 5744ce98be
commit cb80bd4b6b

View file

@ -1,3 +1,13 @@
# goshorly
An easy self-hosted Link shortner in Golang with Redis <3
An easy self-hosted Link shortner in Golang with Redis <3
Installation with Docker-Compose:
```bash
mkdir goshorly
cd goshorly
wget https://git.ucode.space/Phil/goshorly/-/raw/main/docker-compose.yml
docker-compose up -d
```
Your Instance is spinning up on port 3000