This commit is contained in:
Wavering Ana 2025-01-31 19:19:23 -05:00
parent dd85ccc99c
commit 6e6940c21c

View file

@ -15,7 +15,6 @@ First configure .env.example and save it to .env
If DATABASE_URL is set, it will connect to a Postgres DB. If blank, it will use an sqlite db in /data If DATABASE_URL is set, it will connect to a Postgres DB. If blank, it will use an sqlite db in /data
```bash ```bash
#set api-domain to where you will be deploying the link shortener, eg: link.example.com, default is localhost:8080
git clone https://github.com/waveringana/simplelink && cd simplelink git clone https://github.com/waveringana/simplelink && cd simplelink
./build.sh ./build.sh
cargo run cargo run