From 32c8318168d751cd464f352baf5371e10d208a6b Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sun, 23 Jul 2023 14:42:30 +0300 Subject: [PATCH] docs: fix recipe --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 267faa1..be0e0db 100644 --- a/README.org +++ b/README.org @@ -10,7 +10,7 @@ The service is AGPL-licensed; the hosted API is free for non-commercial use if y The package isn't yet available anywhere but in this repository. My preferred way for such cases is [[https://github.com/jwiegley/use-package][use-package]] and [[https://github.com/radian-software/straight.el][straight.el]]: #+begin_src emacs-lisp (use-package biome - :straight (:host github :repo "SqrtMinusOne/biome.el")) + :straight (:host github :repo "SqrtMinusOne/biome")) #+end_src Or clone the repository, add it to =load-path=, and =require= the package.