Merge pull request #78 from mardukbp/patch-1

Added installation instructions for Windows
This commit is contained in:
Gregory 2020-05-18 00:26:10 -04:00 committed by GitHub
commit beed6f2cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.