From 58d72e7e796d5e842631fe9c2947ba1e14528741 Mon Sep 17 00:00:00 2001 From: mseewer <52949020+mseewer@users.noreply.github.com> Date: Fri, 24 May 2024 09:44:25 +0200 Subject: [PATCH] Fix wrong bazel bin path Setup contained wrong path of bazel binary --- doc/dev/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/setup.rst b/doc/dev/setup.rst index a3cd52f5a2..db1aceea91 100644 --- a/doc/dev/setup.rst +++ b/doc/dev/setup.rst @@ -51,7 +51,7 @@ Setup ./tools/install_bazel - and make sure that ``~/bin`` is on your ``PATH``. + and make sure that ``~/.local/bin`` is on your ``PATH``. You can also manually install ``bazelisk`` and create an alias so that ``bazel`` will resolve to the ``bazelisk`` command.