Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kgreenek authored Jul 9, 2020
1 parent c7f7c8d commit bfa4040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_pcl",
path = "https://github.com/kgreenek/rules_pcl/archive/v1.0.0.tar.gz",
url = "https://github.com/kgreenek/rules_pcl/archive/v1.0.0.tar.gz",
sha256 = "91f224f1e76110a1478fae9f50f3a86821cb016b81f0abf5693dc7a9a3e0bfc7",
strip_prefix = "rules_pcl-1.0.0",
)
Expand All @@ -28,7 +28,7 @@ pcl_init_deps()
In your top-level BUILD.bazel file:

```
load("@rules_pcl//:bzl/pcl.bzl", "pcl_config")
load("@rules_pcl//bzl:pcl.bzl", "pcl_config")
pcl_config()
```

Expand Down

0 comments on commit bfa4040

Please sign in to comment.