Browse Source

Update README.md

correction for git not being a subdomain in the app anymore
DEV-3198-new-go-exercise-get-digit-len
Christopher Fremond 2 years ago committed by GitHub
parent
commit
b7bf556b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/introduction/README.md

2
subjects/introduction/README.md

@ -21,7 +21,7 @@ git config --global credential.helper store
If your username was `choumi` this is the command that will need to be used:
```
git clone https://git.((DOMAIN))/choumi/((ROOT)).git
git clone https://((DOMAIN))/git/choumi/((ROOT)).git
```
This command needs to be adapted with **your own username**.

Loading…
Cancel
Save