Skip to content

Commit 2b29379

Browse files
committed
Update README; fixes #10
1 parent 0a30fd4 commit 2b29379

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
# gof
55

66
gof is a command-line utility to post RSS/Atom feeds to the fediverse.
7-
It has first-class support for Pleroma, and thus should support Mastodon,
8-
too...
7+
8+
Confirmed working with:
9+
10+
- Mastodon and forks such as,
11+
- glitch-soc
12+
- hometown
13+
- Pleroma
914

1015
gof is for "go feediverse", "go fediverse", "go fedi", or really
1116
whatever you want. gof is a port of [feediverse][feediverse] written in
@@ -24,6 +29,15 @@ gof supports multiple feeds and multiple accounts.
2429
Download the latest release for your system from the
2530
[Releases page](https://github.com/prplecake/gof/releases/latest).
2631

32+
### from source
33+
34+
Clone the repo and build the thing:
35+
36+
```shell
37+
git clone https://github.com/prplecake/gof
38+
cd gof && go build
39+
```
40+
2741
## usage
2842

2943
Before you can start using gof, you'll need to configure it. An example
@@ -40,12 +54,6 @@ Instance Access Token Generator][fediverse-access-token].
4054

4155
[fediverse-access-token]:https://tools.splat.soy/fediverse-access-token/
4256

43-
Build the thing:
44-
45-
```shell
46-
go build
47-
```
48-
4957
Then you can use it:
5058

5159
```shell
@@ -94,8 +102,7 @@ template: |-
94102
### Pleroma instances
95103
96104
Formatted posts are also supported. You can choose from plaintext,
97-
Markdown, HTML, or BBCode, as long as they’re supported by your Pleroma
98-
instance.
105+
Markdown, HTML, or BBCode, as long as they’re supported by your instance.
99106
100107
```yaml
101108
template: |-

0 commit comments

Comments
 (0)