summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheron Spiegl <tspiegl@gmail.com>2020-11-07 15:25:42 -0600
committerGitHub <noreply@github.com>2020-11-07 15:25:42 -0600
commit1e0239ce053a29e955b3a0d30d323b713efe866a (patch)
tree9b9129a55f1ab57ddf18267d00e82d28a20ef27c
parent0cbb3a1da6038fb85810be7f334c9987c323eece (diff)
Update README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c69ecb..c08d8d4 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,9 @@ mode: read, file: /usr/lib/libgimpcolor-2.0.so.0, syscall: openat(), PID: 8574,
- attach to currently running process (requires root privileges):
`$ sudo whatfiles -p 1234`
+
+## Distribution
+Ready-to-use binaries are on the [releases](https://github.com/spieglt/releases) page! Someone also kindly added it to the [Arch](https://aur.archlinux.org/packages/whatfiles-git/) repository, and [letompouce](https://github.com/letompouce) set up a [GitLab](https://gitlab.com/l3tompouce/builders/whatfiles) pipeline as well.
## Compilation (requires `gcc` and `make`):
```