Skip to content

Commit a076a15

Browse files
Update README.md (#20)
Added option to clone submodule during cloning.
1 parent 75883f6 commit a076a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To use the latest version of the library, users should clone the library from Mi
2222
```console
2323
> cd <DIRECTORY TO CLONE THE LIBRARY INTO>
2424
> git lfs install
25-
> git clone https://github.com/MicrochipTech/fpga-hls-libraries.git
25+
> git clone --recurse-submodules https://github.com/MicrochipTech/fpga-hls-libraries.git
2626
> git lfs pull
2727
```
2828

0 commit comments

Comments
 (0)