readme: fix installer example
This commit is contained in:
parent
0939fc6290
commit
85784700a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue