mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 07:51:38 +00:00
Remove shell prompt
This commit is contained in:
parent
dae09ecf6d
commit
437bd1188e
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ sudo dpkg -i fd_7.0.0_amd64.deb # adapt version number and architecture
|
|||
If you run Debian sid (and soon Debian Buster), fd is
|
||||
[officially maintained by Debian](https://tracker.debian.org/pkg/rust-fd-find).
|
||||
```
|
||||
$ sudo apt-get install fd-find
|
||||
sudo apt-get install fd-find
|
||||
```
|
||||
The binary is called `fdfind` as the binary name `fd` is already used by another package.
|
||||
It is recommended that you add an `alias fd=fdfind` to your shells initialization file,
|
||||
|
|
Loading…
Reference in a new issue