Skip to content

Commit

Permalink
chore: update readme with deploy guide
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Jul 2, 2023
1 parent 532699e commit 84bc7ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

Let's Simplify, Share, and Save your links with **Shortify**.

## Deploy with Docker in seconds

```bash
docker run -d --name shortify -p 5231:5231 -v ~/.shortify/:/var/opt/shortify stevenlgtm/shortify:latest
```

## Demo

![demo](./resources/demo.gif)

0 comments on commit 84bc7ae

Please sign in to comment.