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):