README.md (963B)
1 # aerc 2 3 aerc is an email client for your terminal. 4 5 Join the IRC channel: [#aerc on irc.freenode.net](http://webchat.freenode.net/?channels=aerc&uio=d4) 6 7 ## Building 8 9 Install the dependencies: 10 11 - go (>=1.12) 12 - scdoc 13 14 aerc optionally depends on the following for display filters (you'll have to 15 change the default aerc.conf if you don't want these): 16 17 - python (>=3.7) 18 - colorama 19 - w3m 20 - socksify (part of the dante or dante-utils package) 21 22 Then compile aerc: 23 24 $ make 25 26 ## Installation 27 28 # make install 29 $ aerc 30 31 On its first run, aerc will copy the default config files to `~/.config/aerc` 32 and show the account configuration wizard. 33 34 ## Resources 35 36 [Send patches](https://git-send-email.io) and questions to 37 [~sircmpwn/aerc@lists.sr.ht](https://lists.sr.ht/~sircmpwn/aerc). 38 39 Subscribe to release announcements on 40 [~sircmpwn/aerc-announce](https://lists.sr.ht/~sircmpwn/aerc-announce) 41 42 Bugs & todo here: [~sircmpwn/aerc2](https://todo.sr.ht/~sircmpwn/aerc2)