Merge branch 'README' into 'master'

Updating README.md

See merge request khanzf/fedilogue!9
This commit is contained in:
Fikrān Mutasā'il 2021-10-01 05:10:19 +00:00
commit 93c7c78df6

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)