Skip to content

Commit

Permalink
Remove hardcoded GOPATH from developer docs. (knative#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
  • Loading branch information
Alfusainey authored Jul 2, 2020
1 parent 9718730 commit f02d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ recommend adding them to your `.bashrc`):
`.bashrc` example:

```shell
export GOPATH="$HOME/go"
export GOPATH="$(go env GOPATH)"
export PATH="${PATH}:${GOPATH}/bin"
export KO_DOCKER_REPO=docker.io/<your_docker_id>
# export KO_DOCKER_REPO=gcr.io/<your_gcr_id>
Expand Down

0 comments on commit f02d452

Please sign in to comment.