summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory <chmln@users.noreply.github.com>2020-05-18 00:26:10 -0400
committerGitHub <noreply@github.com>2020-05-18 00:26:10 -0400
commitbeed6f2cfa53e3f069570002afdf112d3095745d (patch)
tree0130caa705fffd989082a57139347c52a76df669
parent9e63e5d4bce427f20f76a13c1c71e159fd941b32 (diff)
parente13d2e3a1a36a4d58550d9f90b2269f8aaaea751 (diff)
Merge pull request #78 from mardukbp/patch-1
Added installation instructions for Windows
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 642cc1f..3a454c4 100644
--- a/README.md
+++ b/README.md
@@ -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.