From 934aa4cafa83fbc4487e10d825a4d1e03792d0cd Mon Sep 17 00:00:00 2001 From: gitpitch Date: Thu, 1 Oct 2020 10:45:31 +0100 Subject: [PATCH] Desktop 4.0 download instructions updated. --- docs/desktop/download.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/desktop/download.md b/docs/desktop/download.md index e3e5707..ff233a9 100644 --- a/docs/desktop/download.md +++ b/docs/desktop/download.md @@ -6,10 +6,10 @@ The trial edition of the [Desktop app](/desktop/README.md) is delivered as a Docker image and available for use on MacOS, Linux, and Windows 10. -The trial image is maintained within a *public* repository on Docker Hub. No prior authorization is required to access this public image. To dowload simply run the following command in a local shell: +The trial image is maintained within a *public* repository on Docker Hub. No prior authorization is required to access this public image. To download simply run the following command in a local shell: ```shell -docker pull gitpitch/trial +docker pull gitpitch:trial ``` Once your download completes see the [Desktop Launch Guide](/desktop/launch.md). @@ -22,5 +22,11 @@ The paid edition of the [Desktop app](/desktop/README.md) is also delivered as a The paid image is maintained within a *private* repository on Docker Hub. Access to this image requires explicit authorization. Authorization is granted as part of [paid service activation](https://gitpitch.com/pricing). -Following successful service activation download instructions for the paid edition of the desktop app will be displayed on your GitPitch account dashboard. +Once authorized, to download make sure you first `docker login` and then run the following command in a local shell: + +```shell +docker pull gitpitch:4.0 +``` + +Following successful service activation download instructions for the paid edition of the desktop app will also be displayed on your GitPitch account dashboard.