Update versions in rteadme.

This commit is contained in:
tastytea 2019-12-25 02:08:16 +01:00
parent 73542eff48
commit 91acfb0bc3
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 7 additions and 7 deletions

View File

@ -20,11 +20,11 @@ Each `<item>` in feeds must have `<link>`, `<title>` and `<description>`.
=== Dependencies === Dependencies
* Tested OS: Linux * Tested OS: Linux
* C++ compiler (tested: link:{uri-gcc}[gcc] 5 / 8) * C++ compiler (tested: link:{uri-gcc}[gcc] 9)
* link:{uri-cmake}[cmake] (tested: 3.14 / 3.9) * link:{uri-cmake}[cmake] (at least: 3.9)
* link:{uri-boost}[boost] (tested: 1.71 / 1.62) * link:{uri-boost}[boost] (at least: 1.62)
* link:{uri-mastodon-cpp}[mastodon-cpp] (at least: 0.111.3) * link:{uri-mastodon-cpp}[mastodon-cpp] (at least: 0.111.3)
* link:{uri-jsoncpp}[jsoncpp] (tested: 1.9 / 1.7) * link:{uri-jsoncpp}[jsoncpp] (at least: 1.7)
=== Get sourcecode === Get sourcecode
@ -51,9 +51,9 @@ Install with `make install`.
Put `watchwords.json` into `${XDG_CONFIG_HOME}/mastorss/` Put `watchwords.json` into `${XDG_CONFIG_HOME}/mastorss/`
footnote:[`${XDG_CONFIG_HOME}` is usually `~/.config/`]. Launch with profile footnote:[`${XDG_CONFIG_HOME}` is usually `~/.config/`]. Launch with profile
name. The first occurence of every watchword in an RSS item will be turned into name. The first occurence of every watchword in an RSS item will be turned into
a hashtag. For profile-specific watchwords see the example in a hashtag. For profile-specific watchwords see the example in
`watchwords.json`. In the first run only the newest entry is posted. `watchwords.json`. In the first run only the newest entry is posted.
The profile can't be named "global". The profile can't be named "global".