docs: Update prerequisites
Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
parent
8b9559cc94
commit
fd559b5ce4
|
@ -16,21 +16,17 @@ To be able to follow through this tutorial, install the following software:
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
:name: install-reqs-ubuntu
|
:name: install-reqs-ubuntu
|
||||||
|
|
||||||
apt install -y git wget picocom
|
apt update -y
|
||||||
|
apt install -y git wget xz-utils
|
||||||
|
|
||||||
.. group-tab:: CentOS
|
.. group-tab:: CentOS
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
:name: install-reqs-centos
|
:name: install-reqs-centos
|
||||||
|
|
||||||
yum install -y git wget picocom
|
yum update -y
|
||||||
|
yum install -y git wget which xz
|
||||||
|
|
||||||
.. group-tab:: Arch
|
|
||||||
|
|
||||||
.. code-block:: bash
|
|
||||||
:name: install-reqs-arch
|
|
||||||
|
|
||||||
pacman -Sy git wget picocom
|
|
||||||
|
|
||||||
Next, clone the SymbiFlow examples repository and enter it:
|
Next, clone the SymbiFlow examples repository and enter it:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue