Explorar el Código

Merge pull request #94 from seanoreillyza/master

Added macOS installation notes
tags/v3.1
Luke Smith hace 5 años
committed by GitHub
padre
commit
116eafd4c3
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. +11
    -0
      README.md

+ 11
- 0
README.md Ver fichero

@@ -74,6 +74,17 @@ neomutt and see your mail. If mutt doesn't immediately work properly run the
`Redetect mailboxes` option, then open mutt. This may be necessary for some
accounts.


### Installation on macOS

You may need to install or symlink additional packages on macOS. Otherwise the generation of configuration files may fail, or worse.

```
ln -s /usr/local/bin/gpg /usr/local/bin/gpg2
brew install coreutils
ln -s /usr/local/bin/gshred /usr/local/bin/shred
```

### Non-essential dependencies

The automatically deployed configs will look for certain programs for certain


Cargando…
Cancelar
Guardar