diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-21 22:07:03 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-21 22:07:03 -0400 |
commit | 84e9853c1613f43f76bd46f0c1eb143d1db16ac2 (patch) | |
tree | 0ef1fd2013c55a0463140dd7089b373ec5de2a12 /README.md | |
parent | e59122150932ae2cad32ab5881ed40ef0d722812 (diff) | |
download | aerc-84e9853c1613f43f76bd46f0c1eb143d1db16ac2.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md index 182be7f..f1be485 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ It is not yet suitable for daily use. ## Usage -Start by copying the example configs, `config/aerc.conf` and -`config/accounts.conf` and editing them to taste, to `~/.config`. Then run -`./aerc2`. +``` +$ 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 `aerc2`. ## Contributing |