Skip to content

Commit 6c7338b

Browse files
committed
docs: improve
1 parent ce85ab0 commit 6c7338b

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,17 @@ This project is open-sourced software licensed under the [MIT license](https://g
3030

3131
## Contribute
3232
### With Container Engine
33-
If you use a container engine like [🦦 Podman](https://podman.io/) or [🐳 Docker](https://app.docker.com/), here are the steps that you can make:
33+
> [!NOTE]
34+
> If you use [🐳 Docker](https://app.docker.com/) instead of [🦦 Podman](https://podman.io/), just replace `podman-compose` with `docker compose`, and `podman` with `docker` in code examples below.
3435
3536
#### Build an Image
36-
To build an image, navigate to the root of the project and run this command if you use Docker:
37-
```bash
38-
docker compose build
39-
```
40-
For Podman, run this:
37+
To build an image, navigate to the root of the project and run this command:
4138
```bash
4239
podman-compose build
4340
```
4441

4542
#### Run the Container
46-
To run a container, navigate to the root of the project and run this Docker command to enter the Linux container with Go installed:
47-
```bash
48-
docker compose run --rm app
49-
```
50-
For Podman, run this:
43+
To run a container, navigate to the root of the project and run this command to enter the Linux container with Go installed:
5144
```bash
5245
podman-compose run --rm app
5346
```

0 commit comments

Comments
 (0)