Skip to content

Commit

Permalink
Add Alpine Linux installation instructions
Browse files Browse the repository at this point in the history
Resolves #451
  • Loading branch information
Chloe Kudryavtsev authored and sharkdp committed Jun 11, 2019
1 parent ac2dae0 commit 0b04bd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ dnf copr enable keefle/fd
dnf install fd
```

### On Alpine Linux

You can install [the fd package](https://pkgs.alpinelinux.org/packages?name=fd)
from the official sources, provided you have the appropriate repository enabled:
```
apk add fd
```

### On Arch Linux

You can install [the fd package](https://www.archlinux.org/packages/community/x86_64/fd/) from the official repos:
Expand Down

0 comments on commit 0b04bd1

Please sign in to comment.