diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
| commit | a400cfc5f46c03a0cf81282b9da421effa2e6575 (patch) | |
| tree | 52d5682fe0ddfd9719ad88509dd106971d37a538 /www/tt-rss/files/pkg-message.in | |
| parent | Edit entry for www/nginx (diff) | |
Convert to UCL & cleanup pkg-message (categories w)
Diffstat (limited to 'www/tt-rss/files/pkg-message.in')
| -rw-r--r-- | www/tt-rss/files/pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/tt-rss/files/pkg-message.in b/www/tt-rss/files/pkg-message.in index f8e03ce7c979..e893c6936315 100644 --- a/www/tt-rss/files/pkg-message.in +++ b/www/tt-rss/files/pkg-message.in @@ -1,4 +1,6 @@ -=============================================================================== +[ +{ type: install + message: <<EOM Tiny Tiny RSS is now installed, but it requires some additional setup. You now need to create the DB used by Tiny Tiny RSS as its back-end: @@ -30,4 +32,6 @@ forget to empty the cache of your browser! Please read <https://git.tt-rss.org/fox/tt-rss/wiki/InstallationNotes> and <https://git.tt-rss.org/fox/tt-rss/wiki/UpdatingFeeds> for important points. -=============================================================================== +EOM +} +] |
