summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSora Morimoto <sora@morimoto.io>2020-10-11 08:43:00 +0900
committerGitHub <noreply@github.com>2020-10-10 19:43:00 -0400
commitd2f8a382f46df3b66973989dcb6a2bb142787d01 (patch)
tree9ab0923a7aac8672b534c8794f01873e8a45b805
parent43d4c8ba98c68986b9bcc275b37eaeb3aa13798c (diff)
Add installation note for Void Linux (#203)
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 26d915bf..39f8a32b 100644
--- a/README.md
+++ b/README.md
@@ -232,6 +232,10 @@ Alternatively, delta is available in the following package managers:
<td><code>nix-env -iA nixpkgs.gitAndTools.delta</code>
</tr>
<tr>
+ <td>Void Linux</td>
+ <td><code>xbps-install -S delta</code>
+ </tr>
+ <tr>
<td>Windows (<a href="https://chocolatey.org/packages/delta">Chocolatey</a>)</td>
<td><code>choco install delta</code></td>
</tr>