Update README.md
rules_probe_rs is already available in the BCR!
diff --git a/README.md b/README.md
index 92ea187..2ee0cf7 100644
--- a/README.md
+++ b/README.md
@@ -36,10 +36,18 @@
## Installation
-### Official releases (coming soon to BCR)
+### Official releases
-For official releases you can use:
-<https://github.com/hexdae/rules_probe_rs/releases>
+Official releases are available in the BCR, and also at
+<https://github.com/hexdae/rules_probe_rs/releases>.
+
+```python
+bazel_dep(name = "rules_probe_rs", version = "<version>")
+
+probe_rs = use_extension("@rules_probe_rs//probe_rs:extensions.bzl", "probe_rs")
+probe_rs.tools(version = "0.24.0",)
+use_repo(probe_rs, "probe_rs")
+```
### From source (this repository)