From 85784700a3476b5bcebea5851c51d8cba8ae537c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 28 Aug 2025 22:33:10 +1000 Subject: readme: fix installer example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6f8a1b0..65d0921 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Simply download the self-contained installer from the [latest release](https://g and run it. ```sh -curl -sL https://github.com/caelestia-dots/shell/releases/latest/download/caelestia-shell-latest.sh && sudo caelestia-shell-latest.sh --exclude-subdir --prefix=/ +curl -sL https://github.com/caelestia-dots/shell/releases/latest/download/caelestia-shell-latest.sh -o install.sh && chmod u+x install.sh && sudo ./install.sh --exclude-subdir --prefix=/ ``` #### Tarball -- cgit v1.2.3-freya