diff options
author | Gabriel Augendre <gabriel@augendre.info> | 2020-07-03 21:54:38 +0200 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-07-05 12:24:39 +0200 |
commit | 1790b1e7f012d8be36d71e45d652609e107d055b (patch) | |
tree | 79147bef7354c4078555a21f845056c484ff2d33 | |
parent | 6abe1c708f1242861eaa52aecc65d8d3df821ff3 (diff) | |
download | aerc-1790b1e7f012d8be36d71e45d652609e107d055b.tar.gz |
Format config path in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 68d633b..0d2d1b8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ files (notmuch.h). Then compile aerc with the necessary build tags: $ aerc On its first run, aerc will copy the default config files to `~/.config/aerc` -on Linux or ~/Library/Preferences/aerc on MacOS and show the account +on Linux or `~/Library/Preferences/aerc` on MacOS and show the account configuration wizard. If you redirect stdout to a file, logging output will be written to that file: |