From 6e6940c21c5d29c31f5a0f43d3b3259312a0030a Mon Sep 17 00:00:00 2001 From: Wavering Ana Date: Fri, 31 Jan 2025 19:19:23 -0500 Subject: [PATCH] s --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f611d96..3f4ff4c 100644 --- a/README.md +++ b/README.md @@ -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 ```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 ./build.sh cargo run