Skip to content

Commit

Permalink
Add how to update Submodule to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iampz authored Mar 11, 2024
1 parent 5cb70e1 commit 560ec18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ To clone this repository along with its submodules, follow the instructions belo
git submodule update --init --recursive
```

2. **For update all Submodule**

```
git submodule foreach --recursive git pull origin
```

This command initializes your local configuration file for submodules and updates the submodules.

### Troubleshooting
Expand Down

0 comments on commit 560ec18

Please sign in to comment.