23 lines
481 B
Markdown
23 lines
481 B
Markdown
# aerc
|
|
|
|
aerc is a *work in progress* email client for your terminal.
|
|
|
|
It is not yet suitable for daily use.
|
|
|
|
## Building
|
|
|
|
go build
|
|
|
|
## Usage
|
|
|
|
Start by copying the example configs, `config/aerc.conf` and
|
|
`config/accounts.conf` and editing them to taste, to `~/.config`. Then run
|
|
`./aerc2`.
|
|
|
|
## Contributing
|
|
|
|
Send patches to
|
|
[~sircmpwn/public-inbox@lists.sr.ht](mailto:~sircmpwn/public-inbox@lists.sr.ht).
|
|
|
|
Bugs & todo here: [~sircmpwn/aerc2](https://todo.sr.ht/~sircmpwn/aerc2)
|