Skip to content

Commit

Permalink
Easily detect the GOPATH in current development environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
xauthulei committed Jul 19, 2019
1 parent eb02785 commit 8829fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Tf-operator is currently at v1. The v1beta2 version will still be supported and
Create a symbolic link inside your GOPATH to the location you checked out the code

```sh
mkdir -p ${GOPATH}/src/github.com/kubeflow
ln -sf ${GIT_TRAINING} ${GOPATH}/src/github.com/kubeflow/tf-operator
mkdir -p ${go env GOPATH}/src/github.com/kubeflow
ln -sf ${GIT_TRAINING} ${go env GOPATH}/src/github.com/kubeflow/tf-operator
```

* GIT_TRAINING should be the location where you checked out https://github.com/kubeflow/tf-operator
Expand Down

0 comments on commit 8829fad

Please sign in to comment.