Merge pull request #1575 from tmichalak/readme_update

Add directory to repository cloning step
This commit is contained in:
litghost
2021-02-03 15:44:48 -08:00
committed by GitHub
+3 -1
View File
@@ -40,8 +40,10 @@ shell that is then only used to run Vivado to avoid these problems.
**Is 2017.2 really required?** Yes, only `2017.2` works. Until Issue #14 is solved, **only** `2017.2` works and will be supported.
### Step 2: ###
Pull submodules:
Clone the ``prjxray`` repository and its submodules:
git clone [email protected]:SymbiFlow/prjxray.git
cd prjxray
git submodule update --init --recursive
### Step 3: ###