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
commit 83b2072a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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 git@github.com:SymbiFlow/prjxray.git
cd prjxray
git submodule update --init --recursive
### Step 3: ###