Skip to content

Commit ad77a50

Browse files
authored
Update windows-setup.md
1 parent ce97613 commit ad77a50

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

docs/core/windows-setup.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,9 @@
22

33
Either get [Babun](http://babun.github.io/) which comes preinstalled with git and more. Or download [cygwin](http://www.cygwin.com/) and click on the setup where you need to select wget, git and unzip.
44

5-
```bash
6-
# go to your development area
7-
$ cd /cygdrive/c/Dokumente und Einstellungen/peter/dev
5+
Now you can choose to either [install GraphHopper](../web/quickstart.md) or if you plan to customize the source code [install it from source](./quickstart-from-source.md).
86

9-
# get the sources
10-
$ git clone https://github.com/graphhopper/graphhopper.git
11-
12-
# go into graphhopper root
13-
$ cd graphhopper
14-
15-
# and execute
16-
$ ./graphhopper.sh -a web -i europe_germany_berlin.pbf
17-
```
18-
19-
Now graphhopper web should start. After this open [http://localhost:8989/](http://localhost:8989/) in your browser.
7+
After that graphhopper web should start. After this open [http://localhost:8989/](http://localhost:8989/) in your browser.
208

219
### Troubleshooting
2210
* Make sure you have the latest JDK installed and not only the JRE

0 commit comments

Comments
 (0)