diff --git a/.github/screenshot_01.png b/.github/screenshot_01.png
index d3b2c72..ac502ab 100644
Binary files a/.github/screenshot_01.png and b/.github/screenshot_01.png differ
diff --git a/README.md b/README.md
index db1d0d2..11a9d48 100644
--- a/README.md
+++ b/README.md
@@ -27,12 +27,21 @@ cargo install oxker
```
### Docker
-Published on Docker Hub, with images built for `linux/amd64`, `linux/arm64`, and `linux/arm/v6`
+Published on Docker Hub and ghcr.io,
+with images built for `linux/amd64`, `linux/arm64`, and `linux/arm/v6`
+
+**via Docker Hub**
```shell
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock:ro --pull=always mrjackwills/oxker
```
+**via ghcr.io**
+
+```shell
+docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock:ro --pull=always ghcr.io/mrjackwills/oxker
+```
+
### Nix
Using nix flakes, oxker can be ran directly with
@@ -68,7 +77,7 @@ rm oxker_linux_x86_64.tar.gz oxker
or, for automatic platform selection, download, and installation (to `$HOME/.local/bin`)
-*One should always verify script content before running in a shell*
+*One should always verify script content before running in a shell*
```shell
curl https://raw.githubusercontent.com/mrjackwills/oxker/main/install.sh | bash