diff --git a/Deployment.md b/Deployment.md index 3ad2ab0..e2cbdfa 100644 --- a/Deployment.md +++ b/Deployment.md @@ -66,8 +66,8 @@ Download and extract the binary to a location on disk: ```shell $ cd /opt -$ wget https://github.com/portainer/portainer/archive/1.8.1.tar.gz -$ tar xvpfz 1.8.1.tar.gz -C portainer +$ wget https://github.com/portainer/portainer/releases/download/1.9.0/portainer-1.9.0.tar.gz +$ tar xvpfz portainer-1.9.0.tar.gz ``` Then just use the `portainer` binary as you would use CLI flags with Docker.