mirror of
https://github.com/chmln/sd
synced 2025-02-16 15:58:23 +00:00
Add FreeBSD install instructions
This commit is contained in:
parent
d4f90cc500
commit
7468cae378
1 changed files with 7 additions and 0 deletions
|
@ -87,6 +87,13 @@ cargo install sd
|
|||
|
||||
[AUR package for sd](https://aur.archlinux.org/packages/sd/).
|
||||
|
||||
|
||||
### FreeBSD
|
||||
|
||||
```sh
|
||||
pkg install sd
|
||||
```
|
||||
|
||||
## Quick Guide
|
||||
|
||||
1. **String-literal mode**. By default, expressions are treated as regex. Use `-s` or `--string-mode` to disable regex.
|
||||
|
|
Loading…
Add table
Reference in a new issue