diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-17 13:45:20 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-17 13:46:26 -0400 |
commit | fc719e47c452564b56d2ed0b7828fc74e72fcef8 (patch) | |
tree | f392219dbc10ce7690142927d4215ab88e71275d /README.md | |
parent | fcdcd32de7118e1de1f8d94c380a0e80a64265ec (diff) | |
download | aerc-fc719e47c452564b56d2ed0b7828fc74e72fcef8.tar.gz |
Add man pages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |