diff options
| author | speedie <71722170+speediegq@users.noreply.github.com> | 2023-06-20 19:52:33 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-20 19:52:33 +0200 | 
| commit | e0dd9f8193a9a3c38a867eeb3f3f18c4c170d8df (patch) | |
| tree | ed7b7c5c0b468713cb73eb889f695e4ec7d5258e | |
| parent | b1a7dab811c04e518bb2eb6384b3ca00347d0c8b (diff) | |
Add gettext dependency to README
gettext which provides the envsubst command is not installed on all distributions. Void for instance does not come with this, so I think it should be mentioned in the README.
| -rw-r--r-- | README.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -36,6 +36,7 @@ Specifically, this wizard:  - `msmtp` - sends the email.  - `pass` - safely encrypts passwords (required at install).  - `ca-certificates` - required for SSL. Probably installed already. +- `gettext` - writes config files. Probably installed already.  **Note**: There's a chance of errors if you use a slow-release distro like  Ubuntu, Debian, or Mint. If you get errors in `neomutt`, install the most | 
