summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉrico Nogueira Rolim <34201958+ericonr@users.noreply.github.com>2020-06-15 00:16:57 -0300
committerGitHub <noreply@github.com>2020-06-15 00:16:57 -0300
commit9aa93896ee4318ef9cd0e57b283eb27441e815b4 (patch)
tree1b49a693b8787d10a55f95bf8328bd20ecb80e44
parenta8cc00f35c15e2644c8556910cc86ad0d50db824 (diff)
docs: Add Void Linux installation instructions.
Fixes #73
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22988ab..5c3e893 100644
--- a/README.md
+++ b/README.md
@@ -128,6 +128,12 @@ choco install sd-cli
brew install sd
```
+### Void Linux
+
+```sh
+xbps-install sd
+```
+
## Quick Guide
1. **String-literal mode**. By default, expressions are treated as regex. Use `-s` or `--string-mode` to disable regex.