(doc): add debian/ubuntu installation instructions (#965)

Addresses #964
This commit is contained in:
Jethro Kuan
2020-07-23 22:46:21 +08:00
committed by GitHub
parent 1d9968bf69
commit 4d992ce9e3
2 changed files with 25 additions and 0 deletions

View File

@@ -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