Merge pull request #1908 from scjane/patch-39

Update FAQ.md
This commit is contained in:
Misty Stanley-Jones 2017-02-22 21:00:32 -08:00 committed by GitHub
commit 80a49f2b51
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ 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
```