about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index f6ab192..1f77d5a 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,12 @@ Join the IRC channel: [#aerc on irc.freenode.net](http://webchat.freenode.net/?c
 
 ## Building
 
-    go build
+    $ make
+
+## Installation
+
+    # make install
+    $ man aerc
 
 ## Usage
 
@@ -18,7 +23,7 @@ $ cp config/*.conf ~/.config/aerc/
 $ vim ~/.config/aerc/accounts.conf
 ```
 
-Fill in your account details and configure the rest to taste, then run `aerc2`.
+Fill in your account details and configure the rest to taste, then run `aerc`.
 
 ## Contributing