mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Desktop Launch Guide updated.
This commit is contained in:
parent
845731c539
commit
be6dbfa652
|
@ -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'
|
alias gpd='docker run -it -v $PWD:/repo -p 9000:9000 gitpitch/trial'
|
||||||
```
|
```
|
||||||
|
|
||||||
#### ** 4.0 Paid **
|
#### ** 4.0 Pro **
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Add GitPitch launch alias to your ~/.bashrc
|
# 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
|
docker run -it -v {LOCALWORKINGDIR}:/repo -p 9000:9000 gitpitch/trial
|
||||||
```
|
```
|
||||||
|
|
||||||
#### ** 4.0 Paid **
|
#### ** 4.0 Pro **
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run -it -v {LOCALWORKINGDIR}:/repo -p 9000:9000 gitpitch/4.0
|
docker run -it -v {LOCALWORKINGDIR}:/repo -p 9000:9000 gitpitch/4.0
|
||||||
|
@ -160,7 +160,7 @@ services:
|
||||||
- SWEEP=false
|
- SWEEP=false
|
||||||
```
|
```
|
||||||
|
|
||||||
#### ** 4.0 Paid **
|
#### ** 4.0 Pro **
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user