Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Update recommanded-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy authored Sep 19, 2023
1 parent 1815375 commit 0183e4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/oj-lab-services/development/recommanded-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Install by [brew](https://brew.sh/) with `brew install go`.
You may need to **reopen** VSCode to refresh go environment.
Also, you may need to change go proxy for essential installs `go env -w GOPROXY=https://goproxy.cn`.

#### Add GOPATH to PATH

Add `export PATH="$PATH:$(go env GOPATH)/bin"` to your cli profile,
or you might miss some ability installed by go.

### Docker

Install [docker desktop](https://www.docker.com/products/docker-desktop/) in windows host.

0 comments on commit 0183e4e

Please sign in to comment.