Skip to content

Commit

Permalink
fix code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBand committed Jan 10, 2019
1 parent 25f98ba commit 8a33970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/routinator/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Assuming you have rsync and the C toolchain but not yet Rust, here’s how
you get the Routinator to run as an RTR server listening on 127.0.0.1 port
3323:

:: code-block:: bash
.. code-block:: bash
curl https://sh.rustup.rs -sSf | sh
source ~/.cargo/env
Expand All @@ -25,7 +25,7 @@ you get the Routinator to run as an RTR server listening on 127.0.0.1 port
If you have an older version of the Routinator, you can update via

:: code-block:: bash
.. code-block:: bash
cargo install -f routinator
Expand All @@ -42,7 +42,7 @@ The ARIN TAL RFC 7730 format file available at that URL will then need to
be downloaded and mounted into the docker container as a replacement for
the dummy arin.tal file that is shipped with Routinator.

:: code-block:: bash
.. code-block:: bash
# Create a local directory for the RPKI cache
sudo mkdir -p /etc/routinator/tals
Expand Down

0 comments on commit 8a33970

Please sign in to comment.