Skip to content

Commit

Permalink
docs: link to releases for version and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Dec 24, 2023
1 parent 917b1ab commit bd70c42
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,7 @@ Not good for:

## 🚀 Getting started

In a `MODULE.bazel` file define as a new dependency:

```starlark
bazel_dep(name = "sqids_bazel")

git_override(
module_name = "sqids_bazel",
remote = "https://github.com/sqids/sqids-bazel",
commit = "<commit_hash>",
)
```
Head over to the [Releases](https://github.com/sqids/sqids-bazel/releases) to pick a version and read the install instructions.

Load from the module:

Expand Down

0 comments on commit bd70c42

Please sign in to comment.