diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-31 19:08:43 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-31 19:08:43 +0200 |
commit | 5a66bc6c1adf0812a290bf4f5fee186793d1122f (patch) | |
tree | 074336a31f6899739d810f5ef4bfc3983741d842 /README.md | |
parent | b46b1abb2feb10821d8d722f82d938c6b644c3a2 (diff) |
corrected installation instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Add the following to your `package.el` ```emacs-lisp (package! websocket) -(package! org-roam-ui :recipe (:host github :repo org-roam/org-roam-ui :files "*.el out") +(package! org-roam-ui :recipe (:host github :repo org-roam/org-roam-ui :files ("*.el" "out"))) ``` Then something along the following to your `config.el` |