Skip to content

Commit

Permalink
docs: update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoarine committed Jun 29, 2023
1 parent ffdc469 commit 7549c32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ Add the following to your =init.el=:

#+begin_src elisp
(straight-use-package '(org-similarity :type git :host github :repo
"brunoarine/org-similarity" :branch "main" :files ("*.el" "*.txt"
"orgsimilarity")))
"brunoarine/org-similarity" :branch "main"))
#+end_src

*Doom Emacs*
Expand All @@ -52,7 +51,7 @@ Add the following to =packages.el=:

#+begin_src elisp
(package! org-similarity :recipe (:host github :repo "brunoarine/org-similarity"
:branch "main" :files ("*.el" "*.txt" "orgsimilarity")))
:branch "main"))
#+end_src

*Manual installation*
Expand Down

0 comments on commit 7549c32

Please sign in to comment.