Updating README.md

This commit is contained in:
Farhan Khan 2021-10-01 05:08:32 +00:00
parent 6098ca0ce1
commit 16809ed535

View File

@ -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)