From 540c818811495788e68af060ea8c169bbc3a1a3e Mon Sep 17 00:00:00 2001 From: cage Date: Fri, 3 Dec 2021 16:22:53 +0100 Subject: [PATCH] - added missing reference to module 'delete-by-regex.lisp' in Makefile.am - updated documentation. --- Makefile.am | 5 +++-- README.org | 2 +- README.txt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index bc0ae4c..542e82e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,10 +45,11 @@ dist_conf_DATA = etc/init.lisp etc/default-theme.conf etc/shared.conf dist_pkgdata_DATA = scripts/welcome-bot.lisp \ scripts/delete-old-posts.lisp \ scripts/get-following.lisp \ +modules/delete-by-regex.lisp \ +modules/expand-abbrev-command-window.lisp \ modules/next-previous-open.lisp \ -modules/share-gemini-link.lisp \ modules/rewrite-message-urls.lisp \ -modules/expand-abbrev-command-window.lisp +modules/share-gemini-link.lisp dist_man1_MANS = doc/tinmop.man diff --git a/README.org b/README.org index 3b842b8..a19a325 100644 --- a/README.org +++ b/README.org @@ -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: #+BEGIN_SRC sh - $ guix install tinmop + $ guix pull && guix package -u && guix install tinmop #+END_SRC Guix can be installed on debian (testing or sid): diff --git a/README.txt b/README.txt index e7e1418..2e11a25 100644 --- a/README.txt +++ b/README.txt @@ -152,7 +152,7 @@ Table of Contents 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):