Use install script for BSD

This commit is contained in:
Ajeet D'Souza 2024-02-20 14:51:19 +05:30 committed by GitHub
parent c5451205f4
commit 346f3aa90f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -172,6 +172,12 @@ zoxide can be installed in 4 easy steps:
> | DragonFly BSD | [DPorts] | `pkg install zoxide` |
> | FreeBSD | [FreshPorts] | `pkg install zoxide` |
> | NetBSD | [pkgsrc] | `pkgin install zoxide` |
>
> Or, run this command in your terminal:
>
> ```sh
> curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash
> ```
</details>