Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpepping authored Jun 8, 2024
1 parent 1c2b1c6 commit d438c61
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,23 @@ docker run -ti --rm ghcr.io/mpepping/podshell:latest ||\
podman run -ti --rm ghcr.io/mpepping/podshell:latest
```

## Building

[![Container Image](https://github.com/mpepping/podshell/actions/workflows/ci.yml/badge.svg)](https://github.com/mpepping/podshell/actions/workflows/ci.yml)

Run `make` or see the [`Makefile`](/Makefile).

```shell
❯ make
help This help.
build Build the image
push Push the image
clean Remove the image
start Start the container
stop Stop the container
test Test the container build
```

## Feedback

Open an [issue or PR](https://github.com/mpepping/podshell/issues).

0 comments on commit d438c61

Please sign in to comment.