Fix ``, fix README links.

Signed-off-by: Tim Callahan <tcal@google.com>
This commit is contained in:
Tim Callahan 2020-09-23 14:31:51 -07:00
parent 94e7544cfd
commit 0b3f9adfd8
4 changed files with 8 additions and 9 deletions

View File

@ -53,9 +53,9 @@ This section describes how to install the toolchain. This procedure is divided i
2. Choose the install directory
The install directory can either be in your home directory
such as `~/opt/symbiflow` or in a system directory such as `/opt/symbiflow`.
such as ``~/opt/symbiflow`` or in a system directory such as ``/opt/symbiflow``.
If you choose a system directory, you will need root permission to perform the installation,
and so you will need to add some `sudo` commands to the instructions below.
and so you will need to add some ``sudo`` commands to the instructions below.
.. code:: bash

View File

@ -53,9 +53,9 @@ This section describes how to install the toolchain. This procedure is divided i
2. Choose the install directory
The install directory can either be in your home directory
such as `~/opt/symbiflow` or in a system directory such as `/opt/symbiflow`.
such as ``~/opt/symbiflow`` or in a system directory such as ``/opt/symbiflow``.
If you choose a system directory, you will need root permission to perform the installation,
and so you will need to add some `sudo` commands to the instructions below.
and so you will need to add some ``sudo`` commands to the instructions below.
.. code:: bash

View File

@ -16,12 +16,12 @@ If you have not already done so, clone this repository and `cd` into it:
Setting up the toolchain
------------------------
Choose the installation directory (see the `README.rst <../README.rst>`_ one level up for details):
Choose the installation directory (see the `README <../README.rst>`_ one level up for details):
.. code:: bash
export INSTALL_DIR=~/opt/symbiflow
export INSTALL_DIR=~/opt/symbiflow # or somewhere else you choose
.. toolchain_include_begin_label

View File

@ -25,13 +25,12 @@ If you have not already done so, clone this repository and `cd` into it:
Setting up the toolchain
------------------------
Choose the installation directory (see the README_ one level up for details):
Choose the installation directory (see the `README <../README.rst>`_ one level up for details):
.. _README: ../README.md
.. code:: bash
export INSTALL_DIR=~/opt/symbiflow
export INSTALL_DIR=~/opt/symbiflow # or somewhere else you choose
.. toolchain_include_begin_label