mirror of
https://github.com/chmln/sd
synced 2025-02-17 00:08:24 +00:00
Merge pull request #83 from solidnerd/patch-1
docs: add installation for macOS
This commit is contained in:
commit
a8cc00f35c
1 changed files with 6 additions and 0 deletions
|
@ -122,6 +122,12 @@ pkg install sd
|
|||
choco install sd-cli
|
||||
```
|
||||
|
||||
### macOS
|
||||
|
||||
```sh
|
||||
brew 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