branch: externals/dtache commit 26cb80f3438c4faa96d4ce3b4e863dd01f6b70b3 Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Add installation section to README Mention that dtache can be installed as a guix package. --- README.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index ac9c899bcb..ce153e01be 100644 --- a/README.org +++ b/README.org @@ -45,9 +45,16 @@ The package provides commands that can act on a session. There is the functional The sessions are made persistent by writing the =dtache-session= objects to file. This makes it possible for Emacs to resume the knowledge of prior sessions when Emacs is restarted. + +* Installation + +There exists a [[https://guix.gnu.org/en/packages/emacs-dtache-0.3-0.9e0acd5/][guix package]] of =dtache= which users of the [[https://guix.gnu.org/][GNU Guix package manager]] can install. + +For the time being =dtache= is not available in any of the Emacs repositories and must therefore be installed from souce. + * Configuration -For the time being =dtache= is not available in any of the Emacs repositories. Therefore =dtache= must be installed from source. The prerequisite for =dtache= is that the user has the program =dtach= installed. +The prerequisite for =dtache= is that the user has the program =dtach= installed. ** Use-package example