From a9193ea550a1ec7980e5c96ab3659f9ccd5de1ba Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 29 Oct 2025 11:31:07 +0200 Subject: Still haven't solved one-liner curl | sh --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e5627bb..bb9f064 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,11 @@ Linux: ```sh # Requires `curl` to be installed curl -fsSL https://raw.githubusercontent.com/srdusr/dotfiles/main/common/install.sh | bash + +# or +curl -fsSL https://raw.githubusercontent.com/srdusr/dotfiles/main/common/install.sh -o install.sh +chmod +x install.sh +./install.sh ``` **Windows PowerShell:** -- cgit v1.2.3