From c609c07515d93743442a914ebe7bc3265145fc4b Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 14 Nov 2022 04:25:04 +0000 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcd3e35..719f107 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ Your new open-source ShareX image host! - Cd into the new directory `cd imageify` - Rename the example env `mv .env-example .env` -- Update the env file to your needs +- Update the env file to your needs `nano .env` - Start the server `docker compose up -d` -- Create an admin account\* +- Create an admin account - Visit the website -## How to create an admin account +## How to create an admin account (NOT DONE) - Run `docker exec -it imageify-server npm run cli user add admin@example.com` - You will get a password returned and you can now login to you admin account. (Please note that you should change this password)