mirror of
https://github.com/SqrtMinusOne/biome.git
synced 2025-12-10 14:35:13 +03:00
docs: fix recipe
This commit is contained in:
parent
9becee827c
commit
32c8318168
1 changed files with 1 additions and 1 deletions
|
|
@ -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]]:
|
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
|
#+begin_src emacs-lisp
|
||||||
(use-package biome
|
(use-package biome
|
||||||
:straight (:host github :repo "SqrtMinusOne/biome.el"))
|
:straight (:host github :repo "SqrtMinusOne/biome"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Or clone the repository, add it to =load-path=, and =require= the package.
|
Or clone the repository, add it to =load-path=, and =require= the package.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue