summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory <chmln@users.noreply.github.com>2020-06-02 16:09:55 -0400
committerGitHub <noreply@github.com>2020-06-02 16:09:55 -0400
commita8cc00f35c15e2644c8556910cc86ad0d50db824 (patch)
tree7cb4e79b19425d3505cb35b8037cb437715c0077
parentbeed6f2cfa53e3f069570002afdf112d3095745d (diff)
parente7f8c10549d69885713a24887acf7029796ad7e6 (diff)
Merge pull request #83 from solidnerd/patch-1
docs: add installation for macOS
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3a454c4..22988ab 100644
--- a/README.md
+++ b/README.md
@@ -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.