Update README.md
This commit is contained in:
parent
7880bd9374
commit
a6012f2292
17
README.md
17
README.md
|
@ -1,8 +1,6 @@
|
||||||
# aerc
|
# aerc
|
||||||
|
|
||||||
aerc is a *work in progress* email client for your terminal.
|
aerc is an email client for your terminal.
|
||||||
|
|
||||||
It is not yet suitable for daily use.
|
|
||||||
|
|
||||||
Join the IRC channel: [#aerc on irc.freenode.net](http://webchat.freenode.net/?channels=aerc&uio=d4)
|
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
|
## Installation
|
||||||
|
|
||||||
# make install
|
# make install
|
||||||
$ man aerc
|
$ aerc
|
||||||
|
|
||||||
## Usage
|
On its first run, aerc will copy the default config files to `~/.config/aerc`
|
||||||
|
and show the account configuration wizard.
|
||||||
```
|
|
||||||
$ mkdir ~/.config/aerc
|
|
||||||
$ cp config/*.conf ~/.config/aerc/
|
|
||||||
$ vim ~/.config/aerc/accounts.conf
|
|
||||||
```
|
|
||||||
|
|
||||||
Fill in your account details and configure the rest to taste, then run `aerc`.
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue