diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-04 08:13:50 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-04 08:13:50 -0400 |
commit | ba41b98e3d1ae2164b113bf475abf467608f0297 (patch) | |
tree | 21dc311d022e49db1658176868e2c0c2416b7863 | |
parent | 4df8e7f04d42c134a6d357a80517b1b17707448e (diff) | |
download | aerc-ba41b98e3d1ae2164b113bf475abf467608f0297.tar.gz |
Update README.md with better dependency list
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -8,9 +8,17 @@ Join the IRC channel: [#aerc on irc.freenode.net](http://webchat.freenode.net/?c Install the dependencies: -- go +- go (>=1.12) - scdoc +aerc optionally depends on the following for display filters (you'll have to +change the default aerc.conf if you don't want these): + +- python (>=3.7) +- colorama +- w3m +- sockify + Then compile aerc: $ make |