1
0
Fork 0

- added missing reference to module 'delete-by-regex.lisp' in Makefile.am

- updated documentation.
This commit is contained in:
cage 2021-12-03 16:22:53 +01:00
parent 8516cf1f8c
commit 540c818811
3 changed files with 5 additions and 4 deletions

View File

@ -45,10 +45,11 @@ dist_conf_DATA = etc/init.lisp etc/default-theme.conf etc/shared.conf
dist_pkgdata_DATA = scripts/welcome-bot.lisp \ dist_pkgdata_DATA = scripts/welcome-bot.lisp \
scripts/delete-old-posts.lisp \ scripts/delete-old-posts.lisp \
scripts/get-following.lisp \ scripts/get-following.lisp \
modules/delete-by-regex.lisp \
modules/expand-abbrev-command-window.lisp \
modules/next-previous-open.lisp \ modules/next-previous-open.lisp \
modules/share-gemini-link.lisp \
modules/rewrite-message-urls.lisp \ modules/rewrite-message-urls.lisp \
modules/expand-abbrev-command-window.lisp modules/share-gemini-link.lisp
dist_man1_MANS = doc/tinmop.man dist_man1_MANS = doc/tinmop.man

View File

@ -104,7 +104,7 @@ manager of your distribution (~apt~, ~yum~ etc).
Using [[https://guix.gnu.org/][guix]] is the simpler way to install this software: Using [[https://guix.gnu.org/][guix]] is the simpler way to install this software:
#+BEGIN_SRC sh #+BEGIN_SRC sh
$ guix install tinmop $ guix pull && guix package -u && guix install tinmop
#+END_SRC #+END_SRC
Guix can be installed on debian (testing or sid): Guix can be installed on debian (testing or sid):

View File

@ -152,7 +152,7 @@ Table of Contents
Using [guix] is the simpler way to install this software: Using [guix] is the simpler way to install this software:
┌──── ┌────
│ $ guix install tinmop │ $ guix pull && guix package -u && guix install tinmop
└──── └────
Guix can be installed on debian (testing or sid): Guix can be installed on debian (testing or sid):