Remove shell prompt

This commit is contained in:
David Peter 2018-10-14 19:27:03 +02:00 committed by GitHub
parent dae09ecf6d
commit 437bd1188e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,