From e4e1d30796d34b2b97515d0a0c0bb72ba738eed7 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Wed, 13 Dec 2023 19:19:40 -0700 Subject: [PATCH] docs: indicate that curl can be used on all platforms (#1027) --- docs/pages/docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/docs/install.md b/docs/pages/docs/install.md index 6945d9f82..f6f0efa32 100644 --- a/docs/pages/docs/install.md +++ b/docs/pages/docs/install.md @@ -28,6 +28,8 @@ Download Nixpacks from GH releases and install automatically curl -sSL https://nixpacks.com/install.sh | bash ``` +This works across all supported platforms. + ## PowerShell Download Nixpacks from GH release and install automatically (with powershell)