Update README.md

This commit is contained in:
Drew DeVault 2019-05-25 15:55:50 -04:00
parent 1b11a96302
commit 7880bd9374
1 changed files with 3 additions and 1 deletions

View File

@ -8,12 +8,14 @@ Join the IRC channel: [#aerc on irc.freenode.net](http://webchat.freenode.net/?c
## Building ## Building
aerc depends on: Install the dependencies:
- go (compile-time) - go (compile-time)
- scdoc (compile-time) - scdoc (compile-time)
- libvterm (compile & runtime) - libvterm (compile & runtime)
Then compile aerc:
$ make $ make
## Installation ## Installation