From 638a11641b9be865d57ccb6dc5cfe02d285a0db5 Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Tue, 26 May 2020 23:24:58 +0200 Subject: [PATCH] Update README.md Signed-off-by: Karol Gugala --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8067e2..1ecc226 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ The `linux_litex` example is already provided with working Linux images. To build the examples, run following commands from the project root directory: ```bash +export INSTALL_DIR=/opt/symbiflow +source $INSTALL_DIR/conda/etc/profile.d/conda.sh conda activate # adding symbiflow toolchain binaries to PATH export PATH=$INSTALL_DIR/install/bin:$PATH