mirror of
https://github.com/chmln/sd
synced 2024-11-22 19:23:08 +00:00
Merge pull request #78 from mardukbp/patch-1
Added installation instructions for Windows
This commit is contained in:
commit
beed6f2cfa
1 changed files with 6 additions and 0 deletions
|
@ -116,6 +116,12 @@ dnf install sd
|
|||
pkg install sd
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
||||
```sh
|
||||
choco install sd-cli
|
||||
```
|
||||
|
||||
## Quick Guide
|
||||
|
||||
1. **String-literal mode**. By default, expressions are treated as regex. Use `-s` or `--string-mode` to disable regex.
|
||||
|
|
Loading…
Reference in a new issue