From 4d992ce9e37d9edfe42270342ead3423ac97fa3c Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Thu, 23 Jul 2020 22:46:21 +0800 Subject: [PATCH] (doc): add debian/ubuntu installation instructions (#965) Addresses #964 --- doc/org-roam.org | 11 +++++++++++ doc/org-roam.texi | 14 ++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/doc/org-roam.org b/doc/org-roam.org index 6535004..d885474 100644 --- a/doc/org-roam.org +++ b/doc/org-roam.org @@ -152,6 +152,17 @@ using: Now see [[*Post-Installation Tasks][Post-Installation Tasks]]. +** Installing from Apt + +Users of Debian 11 or later or Ubuntu 20.10 or later can simply install Org-roam +using Apt: + +#+BEGIN_SRC bash + apt-get install elpa-org-roam +#+END_SRC + +Org-roam will then be autoloaded into Emacs. + ** TODO Installing from the Git Repository ** Post-Installation Tasks diff --git a/doc/org-roam.texi b/doc/org-roam.texi index e7e7653..f284cb4 100644 --- a/doc/org-roam.texi +++ b/doc/org-roam.texi @@ -88,6 +88,7 @@ General Public License for more details. Installation * Installing from MELPA:: +* Installing from Apt:: * Installing from the Git Repository:: * Post-Installation Tasks:: @@ -239,6 +240,7 @@ development repository. @menu * Installing from MELPA:: +* Installing from Apt:: * Installing from the Git Repository:: * Post-Installation Tasks:: @end menu @@ -296,6 +298,18 @@ M-x package-install RET org-roam RET Now see @ref{Post-Installation Tasks}. +@node Installing from Apt +@section Installing from Apt + +Users of Debian 11 or later or Ubuntu 20.10 or later can simply install Org-roam +using Apt: + +@example +apt-get install elpa-org-roam +@end example + +Org-roam will then be autoloaded into Emacs. + @node Installing from the Git Repository @section @strong{TODO} Installing from the Git Repository