Update README.md
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
2169fa43ce
commit
638a11641b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue