aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-25 15:55:50 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-25 15:55:50 -0400
commit7880bd9374e305393d4f8ac74c948e5eb4d97cab (patch)
treea2b2a7e651fabd066a38ce557eabd772d7da6bed /README.md
parent1b11a96302bd40244d43c374b433ce11f5d0321d (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
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