Merge pull request #2172 from AxelBohm/fix-mu4e-documentation

email/mu4e: add AUR install instructions
This commit is contained in:
Henrik Lissner 2019-12-09 18:33:06 -05:00 committed by GitHub
commit 9dba02b7c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,12 +50,20 @@ brew install offlineimap
#+END_SRC #+END_SRC
** Arch Linux ** Arch Linux
Run one of the following commands.
#+BEGIN_SRC sh #+BEGIN_SRC sh
sudo pacman --noconfirm --needed -S mu
# And one of the following
sudo pacman -S isync # mbsync sudo pacman -S isync # mbsync
sudo pacman -S offlineimap sudo pacman -S offlineimap
#+END_SRC #+END_SRC
Install ~mu~, which is not available in the main repositories but in the AUR, by
using for example the AUR helper ~yay~.
#+BEGIN_SRC sh
yay -S mu
#+END_SRC
** NixOS ** NixOS
#+BEGIN_SRC nix #+BEGIN_SRC nix
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [