Update README
This commit is contained in:
parent
94f2ddeee6
commit
15831f8c67
12
README.md
12
README.md
|
|
@ -63,10 +63,10 @@ please [open an issue][issues].
|
|||
To install zoxide, run this command in your terminal:
|
||||
|
||||
```sh
|
||||
curl -sS https://webinstall.dev/zoxide | bash
|
||||
curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
|
||||
```
|
||||
|
||||
Alternatively, you can use a package manager:
|
||||
Or, you can use a package manager:
|
||||
|
||||
| Distribution | Repository | Instructions |
|
||||
| ------------------- | ----------------------- | ---------------------------------------------------------------------------------------------- |
|
||||
|
|
@ -102,6 +102,12 @@ To install zoxide, use a package manager:
|
|||
| [Homebrew] | `brew install zoxide` |
|
||||
| [MacPorts] | `port install zoxide` |
|
||||
|
||||
Or, run this command in your terminal:
|
||||
|
||||
```sh
|
||||
curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
|
@ -113,7 +119,7 @@ To install zoxide, run this command in your command prompt:
|
|||
curl.exe -A "MS" https://webinstall.dev/zoxide | powershell
|
||||
```
|
||||
|
||||
Alternatively, you can use a package manager:
|
||||
Or, you can use a package manager:
|
||||
|
||||
| Repository | Instructions |
|
||||
| --------------- | ------------------------------------- |
|
||||
|
|
|
|||
Loading…
Reference in New Issue