Update README.md

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2020-05-26 23:24:58 +02:00 committed by GitHub
parent 2169fa43ce
commit 638a11641b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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