update docs

This commit is contained in:
naskya 2024-07-01 14:42:39 +09:00
parent 3208db6df2
commit 66efb3491c
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -1,6 +1,6 @@
# Install and update # Install and update
## Install pre-built executable using [cargo-binstall](https://github.com/cargo-bins/cargo-binstall) ## Method 1: Install pre-built executable using [cargo-binstall](https://github.com/cargo-bins/cargo-binstall)
```sh ```sh
# If you don't have cargo-binstall, install it first # If you don't have cargo-binstall, install it first
@ -16,11 +16,11 @@ You can update the package using the same command.
cargo binstall --git https://firefish.dev/firefish/fishctl.git cargo binstall --git https://firefish.dev/firefish/fishctl.git
``` ```
## Download pre-built executable file ## Method 2: Download pre-built executable file
You can also download the pre-built executable file from the [release page](https://firefish.dev/firefish/fishctl/-/releases), but you need to manage/update the file on your own. You can also download the pre-built executable file from the [release page](https://firefish.dev/firefish/fishctl/-/releases), but you need to manage/update the file on your own.
## Install from source ## Method 3: Install from source
```sh ```sh
# Build from source # Build from source
@ -33,7 +33,7 @@ You can update the package using the same command.
cargo install --locked --git https://firefish.dev/firefish/fishctl.git cargo install --locked --git https://firefish.dev/firefish/fishctl.git
``` ```
## Use pre-built OCI image ## Method 4: Use pre-built OCI image
Using the `registry.firefish.dev/firefish/fishctl` container image, `fishctl ___` commands can be executed as Using the `registry.firefish.dev/firefish/fishctl` container image, `fishctl ___` commands can be executed as