update README

This commit is contained in:
naskya 2024-06-21 04:48:01 +09:00
parent 7da5b5ce46
commit 85aaa391e2
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -33,9 +33,7 @@ cargo install --locked --git https://firefish.dev/firefish/firefish-cli.git
### Use pre-built OCI image
You can also use `registry.firefish.dev/firefish/firefish-cli` container image.
Please replace `fishctl ___` commands with
Using the `registry.firefish.dev/firefish/firefish-cli` container image, `fishctl ___` commands can be executed as
```sh
docker run -it --rm --volume "$(pwd)":/firefish \
@ -49,8 +47,6 @@ podman run -it --rm --volume "$(pwd)":/firefish \
fishctl ___
```
to run it inside a container.
If you are using a container network (which is typically the case if you using `docker-compose.yml` to run Firefish), you also have to specify the network name like this:
```sh