From 85aaa391e20ec64df12c0c4428b73adca6a9790b Mon Sep 17 00:00:00 2001 From: naskya Date: Fri, 21 Jun 2024 04:48:01 +0900 Subject: [PATCH] update README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index f705361..461c30d 100644 --- a/README.md +++ b/README.md @@ -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