Add a 'your'
This commit is contained in:
parent
186ba0261a
commit
1a90ac8620
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ On your internal host (such as your work machine), run the following:
|
||||||
GOPRIVATE=git.company.com GOMODCACHE=~/go goproxy server --address localhost:9981
|
GOPRIVATE=git.company.com GOMODCACHE=~/go goproxy server --address localhost:9981
|
||||||
```
|
```
|
||||||
|
|
||||||
On external host (such as a network isolated Linux VM):
|
On your external host (such as a network isolated Linux VM):
|
||||||
|
|
||||||
```shell_session
|
```shell_session
|
||||||
ssh -L 9981:localhost:9981 $INTERNALHOST &
|
ssh -L 9981:localhost:9981 $INTERNALHOST &
|
||||||
|
|
Loading…
Reference in a new issue