Small README update
This commit is contained in:
parent
1544945ac9
commit
c8c11a5eeb
16
README.org
16
README.org
@ -10,6 +10,8 @@ Most of its public function are transient functions from the
|
||||
transient library to provide the user an easy-to-use interface with
|
||||
most of its options exposed.
|
||||
|
||||
This package is still very much a work in progress. Use at your own
|
||||
risks.
|
||||
|
||||
* Table of Contents :TOC_2_gh:
|
||||
- [[#introduction][Introduction]]
|
||||
@ -26,17 +28,17 @@ A couple of options are available for installing bitwarden.el.
|
||||
The first one is to clone the repository in your ~load-path~ and add the
|
||||
following to your ~.emacs~ or your ~init.el~:
|
||||
#+begin_src emacs-lisp
|
||||
(require 'bitwarden.el)
|
||||
(require 'bitwarden.el)
|
||||
#+end_src
|
||||
|
||||
In my case, I prefer using ~use-package~ with ~straight~:
|
||||
#+begin_src emacs-lisp
|
||||
(use-package bitwarden
|
||||
:ensure t
|
||||
:defer t
|
||||
:straight (bitwarden :type git
|
||||
:host nil
|
||||
:repo "https://labs.phundrak.com/phundrak/bitwarden.el"))
|
||||
(use-package bitwarden
|
||||
:ensure t
|
||||
:defer t
|
||||
:straight (bitwarden :type git
|
||||
:host nil
|
||||
:repo "https://labs.phundrak.com/phundrak/bitwarden.el"))
|
||||
#+end_src
|
||||
|
||||
I personally also added ~:build t~ in the straight recipe to ensure
|
||||
|
Loading…
Reference in New Issue
Block a user