diff --git a/opensource/FAQ.md b/opensource/FAQ.md index e17307bf49..c7b8f58de7 100644 --- a/opensource/FAQ.md +++ b/opensource/FAQ.md @@ -45,6 +45,7 @@ Set your local repo to track changes upstream, on the `docker` repository. ``` 2. Add a remote called `upstream` that points to `docker/docker`. + ``` $ git remote add upstream https://github.com/docker/docker.git ```