diff --git a/README.md b/README.md index 6275429..00596ca 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ apt install -t bullseye-backports redis ## NodeJS -This is dodgy, like "npm install". Calckey recommends using -nvm to manage NodeJS versions. So run: +Calckey recommends using nvm to manage NodeJS versions. So run: ``` curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash @@ -86,6 +85,21 @@ psql postgres -c "create database calckey with encoding = 'UTF8';" ``` +# Configure +Configure thusly. + +Set, like my example: + +* `url: http://rs-calckey.jebba.moe/` +* `db: debian` +* `db: hunter3` + +``` +cp .config/example.yml .config/default.yml +$EDITOR .config/default.yml +``` + + # Copyright Unofficial project, not part of official Calckey software or website. Upstream sources under their respective copyrights.