diff --git a/README.md b/README.md
index d71e03e..b1d55c8 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,8 @@ Multiarch cross builds to use with Debian based platforms.
Deb packages are created and published as releases.
[](https://github.com/userdocs/cmake-crossbuild)
-[](https://github.com/userdocs/openssl-crossbuild)
\ No newline at end of file
+[](https://github.com/userdocs/openssl-crossbuild)
+
+```bash
+wget "https://github.com/userdocs/zlib-ng-crossbuild/releases/latest/download/$(. /etc/os-release && printf '%s' "$ID")-$(. /etc/os-release && printf '%s' "$VERSION_CODENAME")-cmake-$(dpkg --print-architecture).deb"
+```
\ No newline at end of file