aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-17 13:45:20 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-17 13:46:26 -0400
commitfc719e47c452564b56d2ed0b7828fc74e72fcef8 (patch)
treef392219dbc10ce7690142927d4215ab88e71275d /README.md
parentfcdcd32de7118e1de1f8d94c380a0e80a64265ec (diff)
Add man pages
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