From d139be3df6180b9a257198557ef96d2cacefbfa0 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 30 Jun 2022 21:30:27 +0300 Subject: [PATCH] mu4e.texi: minor improvements --- mu4e/mu4e.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 28fe1c82..cc3e4811 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -301,7 +301,7 @@ GitHub@footnote{@url{https://github.com/djcb/mu/releases}}), installation follows the typical steps: @example -$ tar xvfz mu-.tar.gz # use the specific version +$ tar xvfz mu-.xz # use the specific version $ cd mu- # On the BSDs: use gmake instead of make $ ./configure && make @@ -315,8 +315,9 @@ Xapian, GMime and their dependencies must be installed. By default, @t{mu} uses the Meson@footnote{@url{https://mesonbuild.com/}} build-system. For -ease-of-use, we also provide a Makefile though. You can of course also -just use the corresponding @t{meson}/@t{ninja} commands. +ease-of-use, we also provide a @t{Makefile} with some basic options. Of +course, you can also just use the corresponding @t{meson}/@t{ninja} +commands directly. @example $ git clone git://github.com/djcb/mu.git