Update FAQ.md

This commit is contained in:
scjane 2017-02-22 14:31:21 +08:00 committed by GitHub
parent 80483cd487
commit 9c142c7912
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ Set your local repo to track changes upstream, on the `docker` repository.
$ cd docker-fork
```
2. Add a remote called `upstream` that points to `docker/docker`
2. Add a remote called `upstream` that points to `docker/docker`.
```
$ git remote add upstream https://github.com/docker/docker.git
```