From 15efae2a7427f2c152e273c2fc7ee8f3a7b30758 Mon Sep 17 00:00:00 2001 From: cloudhead Date: Fri, 15 Mar 2024 10:36:22 +0100 Subject: [PATCH] docs: Use POSIX-compliant install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b30479..18cc2f97 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ and freedom. Run the following command to install the latest binary release: - sh <(curl -sSf https://radicle.xyz/install) + curl -sSf https://radicle.xyz/install | sh ### 📦 From source