docs: Update prerequisites

Signed-off-by: Robert Winkler <rwinkler@antmicro.com>
This commit is contained in:
Robert Winkler 2020-12-10 14:48:18 +01:00
parent 8b9559cc94
commit fd559b5ce4
1 changed files with 4 additions and 8 deletions

View File

@ -16,21 +16,17 @@ To be able to follow through this tutorial, install the following software:
.. code-block:: bash
:name: install-reqs-ubuntu
apt install -y git wget picocom
apt update -y
apt install -y git wget xz-utils
.. group-tab:: CentOS
.. code-block:: bash
: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: