Merge pull request #3896 from chzerv/develop

Fix installation instructions for Archlinux in direnv/README.org
This commit is contained in:
Henrik Lissner 2020-10-05 21:06:52 -04:00 committed by GitHub
commit 64922dd301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,8 +53,10 @@ brew install direnv
#+END_SRC
** Arch Linux
~direnv~ is available on the AUR
#+BEGIN_SRC bash
sudo pacman -S direnv
yay -S direnv
#+END_SRC
** NixOS