From 7880bd9374e305393d4f8ac74c948e5eb4d97cab Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 25 May 2019 15:55:50 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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