Update README.md

This commit is contained in:
4rkal 2024-09-12 21:45:22 +03:00 committed by GitHub
parent c1fc3dd16e
commit 04dc9ae612
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,21 @@
# shortr # shortr
A blazingly fast url shortener, written in go A blazingly fast url shortener, written in go
## Instaallation
The first step is cloning this repo:
```shell
git clone https://github.com/4rkal/shortr && cd shortr
```
Now you can run the application via docker.
### Using docker
Assuming that you have docker compose installed simply run
```
docker compose up
```
Now the application should be available by vissiting `localhost:8080`