Skip to content

Commit

Permalink
Merge pull request #3 from luna-duclos/patch-1
Browse files Browse the repository at this point in the history
Suggestion: Use http_archive instead of git_repository
  • Loading branch information
nikunjy authored Sep 11, 2020
2 parents d7f5412 + 683a942 commit 2a0301f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ Follow these instructions strictly.
```
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
http_archive(
name = "golink",
commit = "v1.0.0",
remote = "https://github.com/nikunjy/golink",
urls = ["https://github.com/nikunjy/golink/archive/v1.0.0.tar.gz"],
sha256 = "ea728cfc9cb6e2ae024e1d5fbff185224592bbd4dad6516f3cc96d5155b69f0d",
strip_prefix = "golink-1.0.0",
)
```

Expand Down

0 comments on commit 2a0301f

Please sign in to comment.