aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYash Karandikar2020-03-17 09:49:18 -0500
committerYash Karandikar2020-03-17 09:49:18 -0500
commit2d6b1ad07ce190fd58feeecde48f92fb4ffb4ca0 (patch)
tree66fcdcf3d458fb4f9cf855a8fef0a00b075b43d3
parent0ad5bd20cf1a3d9e9d8b06799a4eb0ba7454909f (diff)
downloadaur-2d6b1ad07ce190fd58feeecde48f92fb4ffb4ca0.tar.gz
Document new config file location
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index ec98bac9ae97..33849eb0e573 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,6 @@ cd haur
makepkg -si
```
-Before updating, make sure to remove the default configuration file (/etc/haurrc). You may, however, keep your personal configuration file.
## Usage
@@ -45,7 +44,7 @@ haur -c
## Configuration file
-You can use the configuration file to change the behaviour of haur. By default, the configuration file is stored in `/etc/haurrc`. However, you can also copy it to `~/.config/haurrc`. These are currently the only supported options.
+You can use the configuration file to change the behaviour of haur. By default, the configuration file is stored in `/usr/share/haur/haurrc`. However, you can also copy it to `~/.config/haurrc`. These are currently the only supported options.
To disable colors (even if your terminal supports them), set `HAUR_NO_COLORS="y"`