aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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