This commit is contained in:
Sediman AI 2026-05-28 17:36:34 +08:00 committed by GitHub
commit a83b67ea6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ zoxide can be installed in 4 easy steps:
> Or, run this command in your terminal: > Or, run this command in your terminal:
> >
> ```sh > ```sh
> curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash > curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
> ``` > ```
</details> </details>
@ -206,7 +206,7 @@ zoxide can be installed in 4 easy steps:
> Or, run this command in your terminal: > Or, run this command in your terminal:
> >
> ```sh > ```sh
> curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash > curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
> ``` > ```
</details> </details>