Merge pull request #422 from jcristau/patch-2

update git clone url for trainingwheels project
This commit is contained in:
Jérôme Petazzoni
2019-01-12 15:01:33 +01:00
committed by GitHub

View File

@@ -78,7 +78,7 @@ First step: clone the source code for the app we will be working on.
```bash
$ cd
$ git clone git://github.com/jpetazzo/trainingwheels
$ git clone https://github.com/jpetazzo/trainingwheels
...
$ cd trainingwheels
```