diff --git a/README.md b/README.md index 12faf3e..50d60a2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,18 @@ pnpm i ``` +# Setup + +## Postgres +Database creation (change username at end): + +``` +sudo -u postgres createuser --createdb debian + +psql postgres -c "create database calckey with encoding = 'UTF8';" +``` + + # Copyright Unofficial project, not part of official Calckey software or website. Upstream sources under their respective copyrights.