mirror of
https://github.com/sharkdp/fd
synced 2024-11-02 07:51:38 +00:00
Fix typos (#218)
This fixes few typos: "distributions", "want to" instead of "want so".
This commit is contained in:
parent
cc36543da2
commit
1045930dd9
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ fd -x wc -l \; -e rs
|
|||
## Installation
|
||||
|
||||
### On Ubuntu
|
||||
*... and other Debian-based Linux distrutions.*
|
||||
*... and other Debian-based Linux distributions.*
|
||||
|
||||
Download the latest `.deb` package from the [release page](https://github.com/sharkdp/fd/releases) and install it via:
|
||||
``` bash
|
||||
|
@ -263,7 +263,7 @@ X11/xinit/xserverrc
|
|||
|
||||
### Specifying the root directory
|
||||
|
||||
If we want so search a specific directory, it can be given as a second argument to *fd*:
|
||||
If we want to search a specific directory, it can be given as a second argument to *fd*:
|
||||
``` bash
|
||||
> fd passwd /etc
|
||||
/etc/default/passwd
|
||||
|
|
Loading…
Reference in a new issue