summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Polishchuk <tim77@users.noreply.github.com>2020-02-09 01:06:34 +0200
committerGitHub <noreply@github.com>2020-02-09 01:06:34 +0200
commita5fee0080e09cd399a469636bf274bece1265c47 (patch)
tree5df1cae3debf6e32b71c0971f905b52aa166e07f
parente3b4c997bf3f0075c6e1ecb282117d9cade3a440 (diff)
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):