update docs
This commit is contained in:
parent
3208db6df2
commit
66efb3491c
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue