From a9741051b9efad81a8b0baef7708a4883b996368 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Sat, 24 Sep 2016 22:48:29 +1200 Subject: [PATCH] Updated Deployment (markdown) --- Deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.