Browse code

set-up-git.md: clarify URL in git clone command

Fixes https://github.com/moby/moby/issues/47407

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>

Erik Sjölund authored on 2024/03/10 00:42:44
Showing 1 changed files
... ...
@@ -66,9 +66,10 @@ target="_blank">moby/moby repository</a>.
66 66
 8. Clone the fork to your local host into a repository called `moby-fork`.
67 67
 
68 68
    ```bash
69
-   $ git clone https://github.com/moxiegirl/moby.git moby-fork
69
+   $ git clone https://github.com/YOUR_ACCOUNT/moby.git moby-fork
70 70
    ```
71 71
 
72
+    In the command above replace `YOUR_ACCOUNT` with your GitHub username.
72 73
     Naming your local repo `moby-fork` should help make these instructions
73 74
     easier to follow; experienced coders don't typically change the name.
74 75