Add README.md, update license (MIT -2019)
This commit is contained in:
parent
a409a9faa5
commit
501c95d852
2
LICENSE
2
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
|
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
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
|
@ -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).
|
Loading…
Reference in New Issue