diff --git a/Git/README.md b/Git/README.md index d1b53dc5e125f6ca67c14ea35beb54ee6050af2f..7c191836b9ccaec019619f2aa2745e7cc2e7c9e2 100644 --- a/Git/README.md +++ b/Git/README.md @@ -23,7 +23,7 @@ Different use cases: ```bash cd dir-of-repo # copy the script there -wget +wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-repos-sync # execute the script ./git-repos-sync [URL] [URL] [Branch] ``` @@ -34,7 +34,7 @@ wget # Create a new folder to do the sync, can be any name mkdir sync-repos # copy the script there -wget +wget https://gitlab.phaidra.org/imgw/computer-resources/-/raw/master/Git/git-repos-sync # execute the script ./git-repos-sync [URL] [URL] [Branch] -``` \ No newline at end of file +```