From 7733bfa97c2eddb91fdaa5b7f22e1d3ab1edc42c Mon Sep 17 00:00:00 2001 From: AxelBohm Date: Mon, 9 Dec 2019 10:54:27 +0100 Subject: [PATCH] mu4e is only available from the AUR --- modules/email/mu4e/README.org | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/modules/email/mu4e/README.org b/modules/email/mu4e/README.org index 102135795..51c495a9c 100644 --- a/modules/email/mu4e/README.org +++ b/modules/email/mu4e/README.org @@ -50,12 +50,20 @@ brew install offlineimap #+END_SRC ** Arch Linux +Run one of the following commands. + #+BEGIN_SRC sh -sudo pacman --noconfirm --needed -S mu -# And one of the following sudo pacman -S isync # mbsync sudo pacman -S offlineimap #+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 #+BEGIN_SRC nix environment.systemPackages = with pkgs; [