diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-06-30 21:30:27 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-06-30 21:30:27 +0300 |
| commit | d139be3df6180b9a257198557ef96d2cacefbfa0 (patch) | |
| tree | 3e62712efc3af7fcb0a7eebf147181d7aaccc58a | |
| parent | 8d2a8056726a05fc3996dfd78e62d96259eeca73 (diff) | |
mu4e.texi: minor improvements
| -rw-r--r-- | mu4e/mu4e.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 28fe1c8..cc3e481 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-<version>.tar.gz # use the specific version +$ tar xvfz mu-<version>.xz # use the specific version $ cd mu-<version> # 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 |
