diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-25 15:55:50 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-25 15:55:50 -0400 |
commit | 7880bd9374e305393d4f8ac74c948e5eb4d97cab (patch) | |
tree | a2b2a7e651fabd066a38ce557eabd772d7da6bed /README.md | |
parent | 1b11a96302bd40244d43c374b433ce11f5d0321d (diff) | |
download | aerc-7880bd9374e305393d4f8ac74c948e5eb4d97cab.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index b756367..16505e1 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ Join the IRC channel: [#aerc on irc.freenode.net](http://webchat.freenode.net/?c ## Building -aerc depends on: +Install the dependencies: - go (compile-time) - scdoc (compile-time) - libvterm (compile & runtime) +Then compile aerc: + $ make ## Installation |