diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-13 20:09:07 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-01-13 20:09:07 -0500 |
commit | 501c95d852971775d64b97872fe63ecea367c525 (patch) | |
tree | 81bde8e9f9aa1b033c8266d9161f7bbb115cfa3f /README.md | |
parent | a409a9faa50ef6669ab7ebd7f3d8e286deebc1eb (diff) | |
download | aerc-501c95d852971775d64b97872fe63ecea367c525.tar.gz |
Add README.md, update license (MIT -2019)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b075e3f --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# 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). |