Skip to content

Commit

Permalink
support glide
Browse files Browse the repository at this point in the history
  • Loading branch information
faceair committed Jun 18, 2018
1 parent c07c2ee commit a7ca879
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ export HTTPS_PROXY=http://127.0.0.1:8080
dep ensure -v
```

#### glide

glide also need a [patch](https://github.com/faceair/glide/commit/54b926f67677ed3a5e1b6354c491907d8e2cfabf), [download binary directly](https://github.com/faceair/glide/releases/latest).

```
HTTPS_PROXY=http://127.0.0.1:8080 glide install
```

#### go get

```
Expand Down
8 changes: 8 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ export HTTPS_PROXY=http://127.0.0.1:8080
dep ensure -v
```

#### glide

glide 也需要打 [Patch](https://github.com/faceair/glide/commit/54b926f67677ed3a5e1b6354c491907d8e2cfabf), [下载二进制文件](https://github.com/faceair/glide/releases/latest).

```
HTTPS_PROXY=http://127.0.0.1:8080 glide install
```

#### go get

```
Expand Down

0 comments on commit a7ca879

Please sign in to comment.