From fd559b5ce40063ecfd8a94e959655b550f3426e7 Mon Sep 17 00:00:00 2001 From: Robert Winkler Date: Thu, 10 Dec 2020 14:48:18 +0100 Subject: [PATCH] docs: Update prerequisites Signed-off-by: Robert Winkler --- docs/getting-symbiflow.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/getting-symbiflow.rst b/docs/getting-symbiflow.rst index bd5b118..7682b62 100644 --- a/docs/getting-symbiflow.rst +++ b/docs/getting-symbiflow.rst @@ -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: