1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:15:26 +02:00

git-submodule: use the standard directory convention

This commit is contained in:
Agniva De Sarker 2017-12-29 13:17:25 +05:30 committed by GitHub
parent a668fe1db3
commit f8795d0c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
- Add a git repository as a submodule at the specified directory:
`git submodule add {{repository_url}} {{directory}}`
`git submodule add {{repository_url}} {{path/to/directory}}`
- Update every submodule to its latest commit: