mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Fix trial download instructions.
This commit is contained in:
parent
3af8c91651
commit
8a209413b1
|
@ -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:
|
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
|
```shell
|
||||||
docker pull gitpitch:trial
|
docker pull gitpitch/trial
|
||||||
```
|
```
|
||||||
|
|
||||||
Once your download completes see the [Desktop Launch Guide](/desktop/launch.md).
|
Once your download completes see the [Desktop Launch Guide](/desktop/launch.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:
|
To download the desktop app run the following command in a local shell on MacOS, Linux, or Windows:
|
||||||
|
|
||||||
```shell
|
```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).
|
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).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user