clone from user repo in docs

pull/453/head
Chris Holdgraf 2018-10-23 10:22:07 -07:00 zatwierdzone przez GitHub
rodzic 417157fb83
commit 057d5edbaf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -54,10 +54,10 @@ To develop & test repo2docker locally, you need:
### Clone the repository
First, you need to get a copy of the repo2docker git repository on your local
disk.
disk. Fork the repository on GitHub, then clone it to your computer:
```bash
git clone https://github.com/jupyter/repo2docker
git clone https://github.com/<your-username>/repo2docker
```
This will clone repo2docker into a directory called `repo2docker`. You can