From 5999e2ce6d83d7ff237a6d204a0f96e650bc1ed1 Mon Sep 17 00:00:00 2001 From: Tomasz Michalak Date: Wed, 3 Feb 2021 16:18:28 +0100 Subject: [PATCH] Add directory to repository cloning step Signed-off-by: Tomasz Michalak --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 080bd1f8..4665400f 100644 --- a/README.md +++ b/README.md @@ -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: ###