diff --git a/README.md b/README.md index 53bb8a3..bf0c48c 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,13 @@ cargo install docki ### Docker -There is also a docker image available to use. It is primarily used for the gh actions. The following chain of commands builds the docker image and afterward imports it into docker. +There is also a docker image available to use. It is primarily used for the gh actions. + +```shell +docker pull ghcr.io/quirinecker/docki:latest +``` + +You can also build it yourself with nix. ``` nix build .#docker && docker load -i result