diff --git a/README.md b/README.md new file mode 100644 index 0000000..c860ece --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# invocation + +using [podman rootless](https://wiki.archlinux.org/title/Podman#Rootless_Podman) setup: +``` +podman run -v "${HOME}/.cache/helm:/helm/.cache/helm" -v "${HOME}/.config/helm:/helm/.config/helm" -v "${HOME}/.local/share/helm:/helm/.local/share/helm" --user "$(id -u):$(id -g)" --rm -it docker-helm:latest +```