We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8a596 commit aac864fCopy full SHA for aac864f
README.md
@@ -5,8 +5,8 @@ First, load `rules_apidoc` in your `WORKSPACE`:
5
```python
6
git_repository(
7
name = "org_pubref_rules_apidoc",
8
- tag = "v0.1.1",
9
remote = "https://github.com/pubref/rules_apidoc.git",
+ commit = "HEAD", # replace with latest version
10
)
11
```
12
0 commit comments