From 708776ee7bf9189db234de1c8ecf3e0ce77da632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Tue, 28 May 2024 20:07:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cbf70b3..818319d 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ docker run ghcr.io/c4illin/convertx:master -p 3000:3000 -e ACCOUNT_REGISTRATION= Then visit `http://localhost:3000` in your browser and create your account. Don't leave it unconfigured and open, as anyone can register the first account. +If you get unable to open database file run `chown -R $USER:$USER path` on the path you choose. + ## Todo - [x] Add messages for errors in converters - [ ] Add options for converters