diff --git a/docs/desktop/launch.md b/docs/desktop/launch.md index e670785..10301c3 100644 --- a/docs/desktop/launch.md +++ b/docs/desktop/launch.md @@ -48,7 +48,7 @@ The simplest way to launch the desktop app using the command line is to create a alias gpd='docker run -it -v $PWD:/repo -p 9000:9000 gitpitch/trial' ``` -#### ** 4.0 Paid ** +#### ** 4.0 Pro ** ```bash # Add GitPitch launch alias to your ~/.bashrc @@ -112,7 +112,7 @@ You can launch the desktop app from any directory using the following `docker ru docker run -it -v {LOCALWORKINGDIR}:/repo -p 9000:9000 gitpitch/trial ``` -#### ** 4.0 Paid ** +#### ** 4.0 Pro ** ```shell docker run -it -v {LOCALWORKINGDIR}:/repo -p 9000:9000 gitpitch/4.0 @@ -160,7 +160,7 @@ services: - SWEEP=false ``` -#### ** 4.0 Paid ** +#### ** 4.0 Pro ** ```yaml version: '3'