mirror of https://codeberg.org/cage/tinmop/
- added missing reference to module 'delete-by-regex.lisp' in Makefile.am
- updated documentation.
This commit is contained in:
parent
8516cf1f8c
commit
540c818811
|
@ -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
|
||||
|
|
|
@ -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):
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue