Update org-wiki install instructions
This commit is contained in:
12
README.org
12
README.org
@@ -566,11 +566,15 @@ Using ~ox-hugo~ a directory of org files can autmatically be extported to markdo
|
|||||||
The advantage is that everything can be done in org-mode.
|
The advantage is that everything can be done in org-mode.
|
||||||
|
|
||||||
The package is not available on [[https://melpa.org/][MELPA]] as of now.
|
The package is not available on [[https://melpa.org/][MELPA]] as of now.
|
||||||
It must be installed manually via git:
|
It must be installed manually:
|
||||||
#+BEGIN_SRC bash
|
#+BEGIN_SRC bash
|
||||||
mkdir -p ~/.emacs.d/packages/
|
(let ((url "https://raw.githubusercontent.com/caiorss/org-wiki/master/org-wiki.el"))
|
||||||
cd ~/.emacs.d/packages/
|
(with-current-buffer (url-retrieve-synchronously url)
|
||||||
git clone https://github.com/caiorss/org-wiki
|
(goto-char (point-min))
|
||||||
|
(re-search-forward "^$")
|
||||||
|
(delete-region (point) (point-min))
|
||||||
|
(kill-whole-line)
|
||||||
|
(package-install-from-buffer)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
This will ensure the package is installed and set the default wiki location
|
This will ensure the package is installed and set the default wiki location
|
||||||
|
|||||||
Reference in New Issue
Block a user