mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
Fix ``, fix README links.
Signed-off-by: Tim Callahan <tcal@google.com>
This commit is contained in:
parent
94e7544cfd
commit
0b3f9adfd8
4 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue