From 9bc2a8202e5ba61b1c2e8874dccb4aaf66aecfeb Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Sat, 10 Jun 2023 16:09:48 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20tips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2913b914..346ad7421 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ In Calckey's directory, fill out the `db` section of `.config/default.yml` with ### 🦔 Sonic -Sonic is better suited for self hosters with smaller deployments. It's easier to use, uses almost no resources, and takes barely any any disk space. +Sonic is better suited for self hosters with smaller deployments. It uses almost no resources, barely any any disk space, and is relatively fast. Follow sonic's [installation guide](https://github.com/valeriansaliou/sonic#installation) @@ -247,4 +247,4 @@ pm2 start "NODE_ENV=production pnpm run start" --name Calckey - Go back to Overview > click the clipboard icon next to the ID - Run `psql -d calckey` (or whatever the database name is) - Run `UPDATE "user" SET "isAdmin" = true WHERE id='999999';` (replace `999999` with the copied ID) - - Have the new admin log out and log back in + - Restart your Calckey server