From 81c41d5f6840fe362c0268965415a5b0d521209f Mon Sep 17 00:00:00 2001 From: Lalit Narain Sharma <61820431+lnsharma@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:36:34 +0530 Subject: [PATCH] Update README.md Updating compilation steps command by adding 'source openfpga.sh' as an intermediate step. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a9238b94..d37ed7ad9 100644 --- a/README.md +++ b/README.md @@ -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 ```