mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-19 02:10:34 +01:00
Merge pull request #51 from wezm/patch-1
Add Arch Linux installation instructions
This commit is contained in:
commit
fb5ba2c068
1 changed files with 7 additions and 0 deletions
|
@ -72,6 +72,13 @@ On **OS X**, you can use [homebrew](https://brew.sh/):
|
||||||
brew install fd
|
brew install fd
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On **Arch Linux**, you can use the AUR:
|
||||||
|
```
|
||||||
|
git clone https://aur.archlinux.org/fd-rs-git.git
|
||||||
|
cd fd-rs-git
|
||||||
|
makepkg -si
|
||||||
|
```
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
```bash
|
```bash
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
Loading…
Reference in a new issue