Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed the git command 'git submodule update'
  • Loading branch information
asemposki authored Sep 15, 2023
1 parent b0d839a commit a19d8e6
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 @@ -29,7 +29,7 @@ git clone --depth=1 https://github.com/TaweretOrg/Taweret.git
```
Inside the directory containing the cloned repository, you then run
```terminal
git submodules update --init --depth=1
git submodule update --init --depth=1
```

## Testing
Expand Down

0 comments on commit a19d8e6

Please sign in to comment.