From 16809ed535c4c2e2c18570794b702f3e49e7ee6c Mon Sep 17 00:00:00 2001 From: Farhan Khan Date: Fri, 1 Oct 2021 05:08:32 +0000 Subject: [PATCH] Updating README.md --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f56a60b..8bcb182 100644 --- a/README.md +++ b/README.md @@ -24,28 +24,27 @@ pull from instances that use the Mastodon API, which includes Pleroma. ### Go version -Requires at least Go 1.5 or above - -### Install Go Dependencies - -Install the following requirements - -``` -go get muzzammil.xyz/jsonc -go get github.com/jackc/pgx/pgxpool -go get github.com/microcosm-cc/bluemonday -``` +This code was written on Go 1.16. ### Build Fedilogue ``` git clone https://gitlab.com/khanzf/fedilogue -cd fedilogue -make +cd fedilogue/fedilogue +go build ``` There should now be a `fedilogue` executable in the project directory. +### Fedilogue Control + +``` +cd fedilogue/fedictl +go build +``` + +Using the executable `fedictl`, you can now view the running state of instances or manually add a new instance for polling. + ### Configuration Fedilogue is configured by the `config.jsonc` file. Start by copying the `config.jsonc.sample` file to @@ -54,4 +53,4 @@ has enclosed explanations that should be self-explanatory. ## Contact -Ping me at [@fikran@islamicate.space](https://islamicate.space/fikran) +Ping me at [@fikran@thebag.social](https://thebag.social/@fikran)