diff --git a/README.md b/README.md index 8d4344c..5be1626 100755 --- a/README.md +++ b/README.md @@ -89,6 +89,14 @@ Everything should work automagically from there. ## Deploying +First you need to set up your database, whoch just needs to be created. +Additionally you connect to your database (with `psql` or similar) and activate +the `pg_trgm` extension to the database with + +```sql +CREATE EXTENSION pg_trgm; +``` + After compiling you will find an executable called `eidolon` in `dist/build/eidolon/eidolon`. Copy or link it anywhere you want. The executable needs to be accompanied by the folders `config` and