summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite0 <rabite@posteo.de>2020-02-12 02:33:26 +0100
committerGitHub <noreply@github.com>2020-02-12 02:33:26 +0100
commit4b84d4243953f87deabc459ef67a421718273350 (patch)
tree502448e22e69de7e4d5a19b86da2c1c80a798cc5
parent74e43ee9659ed08891e5bd14b5be889d0bad5d7e (diff)
parenta5fee0080e09cd399a469636bf274bece1265c47 (diff)
Merge pull request #77 from tim77/master
Add Fedora installation instructions
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6af1c03..0b4de4a 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,10 @@ cd {source_dir}/hunter/
cargo install (--no-default-features --features=...) --path .
```
+### Packaging status
+
+Fedora [Copr](https://copr.fedorainfracloud.org/coprs/atim/hunter/): `sudo dnf copr enable atim/hunter -y && sudo dnf install hunter`
+
## Configuration
hunter reads $XDG_CONFIG_HOME/hunter/config at startup. On macOS it simply reads ~/.config/hunter/config. There are a few options which can be set. The configuration file is read asynchronously, so if it's not read by the time hunter starts drawing you will see its default configuration until the config file is read. Options can be set like this (default config):