Update README.md

Updating compilation steps command by adding 'source openfpga.sh' as an intermediate step.
This commit is contained in:
Lalit Narain Sharma 2021-03-30 15:36:34 +05:30 committed by Lalit Sharma
parent 1787278b5e
commit 81c41d5f68
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ It also includes detailed information about docker image.
```bash
# Clone the repository and go inside it
git clone https://github.com/LNIS-Projects/OpenFPGA.git && cd OpenFPGA
source openfpga.sh
make all
```