Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Include references
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc authored and ianoc-stripe committed Oct 14, 2020
1 parent f9631eb commit ed8d68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Be a suite of tools to provide ultimately a different frontend around bazel. Ini
## Using it
1) Configure a CI job to run the indexer, it should produce a binary output
2) Store the output in a location which is fetchable by your developers/users
4) Expose buildozer at a path(scripts can fetch, could we embed in release?)
4) Expose buildozer at a path(fetch or via https://doc.rust-lang.org/std/macro.include_bytes.html or https://github.com/pyros2097/rust-embed we could probably embed in the release to ease distribution.)
5) From the examples you need to install:
-> Some code/bash script (could be built into the launcher in future?) to fetch the index to provide
-> Bash script for tools/bazel to alloow hooking into the bazel commands and delegating to the `bazel-runner` application
Expand Down

0 comments on commit ed8d68a

Please sign in to comment.