Skip to content

Commit 567178a

Browse files
authored
Update BUILDING.rst
1 parent c438286 commit 567178a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/BUILDING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It is strongly recommended that you always use our pre-built 🐸STT binaries (a
99

1010
If you would still like to build the 🐸STT binaries yourself, you'll need the following pre-requisites downloaded and installed:
1111

12-
* `Bazel 5.0.0 <https://bazel.build/install/bazelisk>`_
12+
* `Bazel 5.0.0 <https://bazel.build/install/bazelisk>`_ (or `Bazelisk <https://github.com/bazelbuild/bazelisk>`__)
1313
* `General TensorFlow r2.3 requirements <https://www.tensorflow.org/install/source#tested_build_configurations>`_
1414
* `libsox <https://sourceforge.net/projects/sox/>`_
1515

@@ -47,7 +47,7 @@ Clone 🐸STT source code (TensorFlow will come as a submdule):
4747
Bazel: Download & Install
4848
^^^^^^^^^^^^^^^^^^^^^^^^^
4949

50-
First, install Bazel 5.0.0 following the `Bazel installation docdumentation <https://docs.bazel.build/versions/5.0.0/install.html>`_.
50+
First, install Bazel 5.0.0 following the `Bazel installation docdumentation <https://docs.bazel.build/versions/5.0.0/install.html>`_ or alternatively using `Bazelisk <https://docs.bazel.build/versions/main/install-bazelisk.html>`.
5151

5252
TensorFlow: Configure with Bazel
5353
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)