Skip to content

Commit 78affa1

Browse files
committed
Update bazel docs
1 parent c0ce9f1 commit 78affa1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

BAZEL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,12 @@ Note: This takes quite some time on a single machine.
7575

7676
### from hex.pm
7777

78-
1. `bazel run gazelle-update-repos -- -args hex.pm/[email protected]` to generate/update `bazel/BUILD.accept`
79-
1. `git checkout WORKSPACE` to reset the workspace file
78+
1. `bazel run gazelle-update-repos -- hex.pm/[email protected]` to generate/update `bazel/BUILD.accept`
8079
1. Add/update the entry in MODULE.bazel
8180

8281
### from github
8382

84-
1. `bazel run gazelle-update-repos -- -args --testonly github.com/extend/ct_helper@master`
85-
1. `git checkout WORKSPACE` to reset the workspace file
83+
1. `bazel run gazelle-update-repos -- --testonly github.com/extend/ct_helper@master`
8684
1. Add/update the entry in MODULE.bazel
8785

8886
## Update BUILD files

0 commit comments

Comments
 (0)