Skip to content

Commit a773605

Browse files
authored
doc: fix bazel bin path in setup instructions (scionproto#4532)
Setup documentation contained wrong path of bazel binary.
1 parent 563aba2 commit a773605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dev/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Setup
5151

5252
./tools/install_bazel
5353

54-
and make sure that ``~/bin`` is on your ``PATH``.
54+
and make sure that ``~/.local/bin`` is on your ``PATH``.
5555

5656
You can also manually install ``bazelisk`` and create an alias so that
5757
``bazel`` will resolve to the ``bazelisk`` command.

0 commit comments

Comments
 (0)