change installation instructions
They now suggest passing to `sh`, rather than `bash`, to match the shebang and reduce posibility that non-posix behaivor of `bash` affects the script.
This commit is contained in:
parent
20246a6b2b
commit
45d41f2f73
|
|
@ -64,7 +64,7 @@ zoxide can be installed in 4 easy steps:
|
||||||
> The recommended way to install zoxide is via the install script:
|
> The recommended way to install zoxide is via the install script:
|
||||||
>
|
>
|
||||||
> ```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
|
||||||
> ```
|
> ```
|
||||||
>
|
>
|
||||||
> Or, you can use a package manager:
|
> Or, you can use a package manager:
|
||||||
|
|
@ -109,7 +109,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>
|
||||||
|
|
@ -135,7 +135,7 @@ zoxide can be installed in 4 easy steps:
|
||||||
> If you're using Cygwin, Git Bash, or MSYS2, use the install script instead:
|
> If you're using Cygwin, Git Bash, or MSYS2, use the install script instead:
|
||||||
>
|
>
|
||||||
> ```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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue