Skip to content

Commit

Permalink
fixup: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
matzf committed Dec 21, 2023
1 parent 26ce490 commit 792ea47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/dev/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Prerequisites
git clone https://github.com/scionproto/scion
cd scion
#. Determine the go version used in the bazel setup; the ``WORKSPACE`` file
#. Determine the go version used in the Bazel setup; the ``WORKSPACE`` file
specifies this version in the ``go_register_toolchains`` clause.

.. literalinclude:: /../WORKSPACE
Expand Down Expand Up @@ -70,8 +70,8 @@ Please be aware that the following instructions only result in a minimal build
environment. Not all tests and checks can be run in this setup.
See :doc:`setup` for instructions on how to set up Bazel and the full development environment.

Prerequites
-----------
Prerequisites
-------------

#. Clone the SCION repository into your workspace.

Expand All @@ -80,15 +80,15 @@ Prerequites
git clone https://github.com/scionproto/scion
cd scion
#. Install bazel: either follow the official instructions at `<https://bazel.build/install>`_, or
#. Install Bazel: either follow the official instructions at `<https://bazel.build/install>`_, or
run our helper script:

.. code-block::
tools/install_bazel
#. Remove remote cache options from ``.bazelrc``; the default setup is useful to limit bazel's
cache size when contributing to SCION, but require a running docker container acting with the
#. Remove remote cache options from ``.bazelrc``; the default setup is useful to limit Bazel's
cache size when contributing to SCION, but requires a running docker container acting as the
"remote" cache service

.. code-block::
Expand Down

0 comments on commit 792ea47

Please sign in to comment.