diff options
| author | Drew DeVault <sir@cmpwn.com> | 2019-05-25 15:58:40 -0400 | 
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2019-05-25 15:58:40 -0400 | 
| commit | a6012f229200ac4a543974312d91a7a9e15981ae (patch) | |
| tree | 38681c0248e6678df4d1a8ed46803d3683839f05 | |
| parent | 7880bd9374e305393d4f8ac74c948e5eb4d97cab (diff) | |
Update README.md
| -rw-r--r-- | README.md | 17 | 
1 files changed, 4 insertions, 13 deletions
@@ -1,8 +1,6 @@  # aerc -aerc is a *work in progress* email client for your terminal. - -It is not yet suitable for daily use. +aerc is an email client for your terminal.  Join the IRC channel: [#aerc on irc.freenode.net](http://webchat.freenode.net/?channels=aerc&uio=d4) @@ -21,17 +19,10 @@ Then compile aerc:  ## Installation      # make install -    $ man aerc - -## Usage - -``` -$ mkdir ~/.config/aerc -$ cp config/*.conf ~/.config/aerc/ -$ vim ~/.config/aerc/accounts.conf -``` +    $ aerc -Fill in your account details and configure the rest to taste, then run `aerc`. +On its first run, aerc will copy the default config files to `~/.config/aerc` +and show the account configuration wizard.  ## Contributing  | 
