mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
(doc): add debian/ubuntu installation instructions (#965)
Addresses #964
This commit is contained in:
@ -152,6 +152,17 @@ using:
|
|||||||
|
|
||||||
Now see [[*Post-Installation Tasks][Post-Installation Tasks]].
|
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
|
** TODO Installing from the Git Repository
|
||||||
|
|
||||||
** Post-Installation Tasks
|
** Post-Installation Tasks
|
||||||
|
@ -88,6 +88,7 @@ General Public License for more details.
|
|||||||
Installation
|
Installation
|
||||||
|
|
||||||
* Installing from MELPA::
|
* Installing from MELPA::
|
||||||
|
* Installing from Apt::
|
||||||
* Installing from the Git Repository::
|
* Installing from the Git Repository::
|
||||||
* Post-Installation Tasks::
|
* Post-Installation Tasks::
|
||||||
|
|
||||||
@ -239,6 +240,7 @@ development repository.
|
|||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Installing from MELPA::
|
* Installing from MELPA::
|
||||||
|
* Installing from Apt::
|
||||||
* Installing from the Git Repository::
|
* Installing from the Git Repository::
|
||||||
* Post-Installation Tasks::
|
* Post-Installation Tasks::
|
||||||
@end menu
|
@end menu
|
||||||
@ -296,6 +298,18 @@ M-x package-install RET org-roam RET
|
|||||||
|
|
||||||
Now see @ref{Post-Installation Tasks}.
|
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
|
@node Installing from the Git Repository
|
||||||
@section @strong{TODO} Installing from the Git Repository
|
@section @strong{TODO} Installing from the Git Repository
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user