A very performant and light (2mb in memory) link shortener and tracker. Written in Rust and React and uses Postgres/SQLite.

fix readme

Changed files
+1 -1
+1 -1
README.md
··· 34 34 ### From Docker 35 35 36 36 ```bash 37 - docker build --build-arg -t simplelink . 37 + docker build -t simplelink . 38 38 docker run -p 8080:8080 \ 39 39 -e JWT_SECRET=change-me-in-production \ 40 40 -v simplelink_data:/data \