summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-07-08 12:25:46 +0100
committerDan Davison <dandavison7@gmail.com>2021-07-08 12:25:46 +0100
commitb6d221cee20dcda73b6cd061540c86e2a1d53beb (patch)
tree226b3211cfa0f22400d0a5a0c9d0cfb78f1a0a1d
parent284673277f46d6d2855963a3f15b4414f0dbf879 (diff)
Link to glibc- and musl-linked executables from README
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 622dee5a..98c3da4e 100644
--- a/README.md
+++ b/README.md
@@ -202,7 +202,9 @@ In addition, delta handles traditional unified diff output.
## Installation
You can download an executable for your system:
-[Linux](https://github.com/dandavison/delta/releases/download/0.8.2/delta-0.8.2-x86_64-unknown-linux-gnu.tar.gz)
+[Linux (glibc)](https://github.com/dandavison/delta/releases/download/0.8.2/delta-0.8.2-x86_64-unknown-linux-gnu.tar.gz)
+|
+[Linux (musl)](https://github.com/dandavison/delta/releases/download/0.8.2/delta-0.8.2-x86_64-unknown-linux-musl.tar.gz)
|
[MacOS](https://github.com/dandavison/delta/releases/download/0.8.2/delta-0.8.2-x86_64-apple-darwin.tar.gz)
|