Add explanation of where the ibazel binary lives to the README #114
Closed
Description
These are the current installation instructions:
Compile the
//ibazel
target inside this repo and copy the source file onto your$PATH
.
For a developer new to the bazel
ecosystem, this isn't very approachable. There are a lot of missing steps.
This would be more helpful:
-
Install bazel from the GET BAZEL link on bazel.build
-
Clone this repo
git clone https://github.com/bazelbuild/bazel-watcher.git
-
Build this repo
cd bazel-watcher bazel build //ibazel
-
Add the
ibazel
binary to your path (for instance, in~/.bashrc
).The binary will be in an architecture-specific folder inside
bazel-out
; for instance:/Projects/bazel-watcher/bazel-out/darwin_x86_64-fastbuild/bin/ibazel/
Metadata
Assignees
Labels
No labels