From 501c95d852971775d64b97872fe63ecea367c525 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 13 Jan 2019 20:09:07 -0500 Subject: [PATCH] Add README.md, update license (MIT -2019) --- LICENSE | 2 +- README.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/LICENSE b/LICENSE index 3f02e82..ec27f61 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018 Drew DeVault +Copyright (c) 2018-2019 Drew DeVault Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in 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).