Add comment to README about making sure .local/bin is on PATH (#797)

To make it more clear how to set up the symlin on debian/ubuntu.

Fixes #791
This commit is contained in:
Thayne McCombs 2021-07-20 09:05:01 -06:00 committed by GitHub
parent ac4ded5b27
commit 024309f378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -500,6 +500,7 @@ sudo apt install fd-find
Note that the binary is called `fdfind` as the binary name `fd` is already used by another package.
It is recommended that after installation, you add a link to `fd` by executing command
`ln -s $(which fdfind) ~/.local/bin/fd`, in order to use `fd` in the same way as in this documentation.
Make sure that `$HOME/.local/bin` is in your `$PATH`.
If you use an older version of Ubuntu, you can download the latest `.deb` package from the
[release page](https://github.com/sharkdp/fd/releases) and install it via:
@ -517,6 +518,7 @@ sudo apt-get install fd-find
Note that the binary is called `fdfind` as the binary name `fd` is already used by another package.
It is recommended that after installation, you add a link to `fd` by executing command
`ln -s $(which fdfind) ~/.local/bin/fd`, in order to use `fd` in the same way as in this documentation.
Make sure that `$HOME/.local/bin` is in your `$PATH`.
### On Fedora