diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-05-25 10:40:31 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-05-25 10:40:31 -0400 |
commit | 5e0b0675b014ba04dd969d9bd7be2d8ea83aa7c0 (patch) | |
tree | 323e7cc9cab98fe2c0e77293cb49495e1dc84e2a /README.md | |
parent | f732c7c6ac6cc4ba34f085e9809f30332e8c01f3 (diff) | |
download | bfs-5e0b0675b014ba04dd969d9bd7be2d8ea83aa7c0.tar.xz |
README: Add Fedora Copr package to installation instructions
Closes #83.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -205,6 +205,10 @@ Installation <strong><a href="https://packages.debian.org/sid/bfs">Debian</a>/<a href="https://packages.ubuntu.com/kinetic/bfs">Ubuntu</a></strong> # apt install bfs +<strong><a href="https://copr.fedorainfracloud.org/coprs/xfgusta/bfs/">Fedora</a></strong> +# dnf copr enable xfgusta/bfs +# dnf install bfs + <strong><a href="https://search.nixos.org/packages?channel=unstable&show=bfs&from=0&size=1&sort=relevance&type=packages&query=bfs">NixOS</a></strong> # nix-env -i bfs |