~witcher/rss-email-devel

readme: DATABASE_URL needs to be a valid URL v1 APPLIED

Hugo Osvaldo Barrera: 1
 readme: DATABASE_URL needs to be a valid URL

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~witcher/rss-email-devel/patches/36973/mbox | git am -3
Learn more about email & git

[PATCH] readme: DATABASE_URL needs to be a valid URL Export this patch

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index caa58a1..93f1234 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ First specify the `DATABASE_URL` environment variable and set up the database
with `cargo-sqlx`:

```
export DATABASE_URL='./dev.db'
export DATABASE_URL='sqlite://./dev.db'
cargo sqlx database setup
```

-- 
2.38.1