Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm committed Mar 21, 2024
1 parent 1cb6b31 commit 55c422b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ The lockfile supports the following binary kinds:

Save your lockfile and ensure the file is exported using `export_files` so that it's available to Bazel.

Once your lockfile is defined, load the ruleset in your **MODULE.bazel** and create a hub that refers to your lockfile:
### Bazel Module Usage

Once your lockfile is defined, load the ruleset in your MODULE.bazel and create a hub that refers to your lockfile:

```python
bazel_dep(name = "rules_multitool", version = "0.0.0")
Expand All @@ -55,4 +57,6 @@ use_repo(multitool, "multitool")

Tools may then be accessed using `@multitool//tools/tool-name`.

Instructions for using with WORKSPACE may be found in release notes.
### Workspace Usage

Instructions for using with WORKSPACE may be found in [release notes](https://github.com/theoremlp/rules_multitool/releases).

0 comments on commit 55c422b

Please sign in to comment.