From 8a209413b198b133348bf63a4b9266f95550a980 Mon Sep 17 00:00:00 2001 From: gitpitch Date: Tue, 29 Sep 2020 17:53:21 +0100 Subject: [PATCH] Fix trial download instructions. --- docs/desktop/download.md | 2 +- docs/free-trial.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/desktop/download.md b/docs/desktop/download.md index ff91d01..e3e5707 100644 --- a/docs/desktop/download.md +++ b/docs/desktop/download.md @@ -9,7 +9,7 @@ The trial edition of the [Desktop app](/desktop/README.md) is delivered as a Doc 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: ```shell -docker pull gitpitch:trial +docker pull gitpitch/trial ``` Once your download completes see the [Desktop Launch Guide](/desktop/launch.md). diff --git a/docs/free-trial.md b/docs/free-trial.md index 1c886d1..2b732ee 100644 --- a/docs/free-trial.md +++ b/docs/free-trial.md @@ -4,7 +4,7 @@ No sign-up. No credit card. And no time limits on your trial. To get started wit To download the desktop app run the following command in a local shell on MacOS, Linux, or Windows: ```shell -docker pull gitpitch:trial +docker pull gitpitch/trial ``` For more complete download instructions see the [Desktop Download Guide](/desktop/download.md). Once your download completes jump to the [Desktop Launch Guide](/desktop/launch.md).