Skip to content

Commit

Permalink
Add --recurse-submodules flag to git clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
MuttakinHasib committed Apr 29, 2024
1 parent b8f11c2 commit cd6b8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ This is an example of how to list things you need to use the software and how to

1. Clone the repo
```sh
git clone https://github.com/muttakinhasib/aafiyah.git
git clone --recurse-submodules https://github.com/muttakinhasib/aafiyah.git
```
2. Clone the private repo (API)
```sh
Expand Down

0 comments on commit cd6b8d1

Please sign in to comment.