Skip to content

Commit 1727f5f

Browse files
authored
explicitly use 0.10 branch in docs
1 parent 333391d commit 1727f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/quickstart-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Now, before you proceed install git and jdk8, then do:
1111

1212
```bash
1313
$ git clone git://github.com/graphhopper/graphhopper.git
14-
$ cd graphhopper; git checkout master
14+
$ cd graphhopper; git checkout 0.10
1515
$ ./graphhopper.sh web europe_germany_berlin.pbf
1616
now go to http://localhost:8989/
1717
```

0 commit comments

Comments
 (0)