kopia lustrzana https://github.com/onthegomap/planetiler
fix links (#1293)
rodzic
f1bf46c869
commit
858fa947fa
|
@ -11,13 +11,14 @@ Pull requests are welcome! Any pull request should:
|
|||
To set up your local development environment:
|
||||
|
||||
- Fork the repo [setup submodules](README.md#git-submodules)
|
||||
- Install Java 21 or later. You can download Java manually from [Adoptium](https://adoptium.net/installation.html) or
|
||||
- Install Java 21 or later. You can download Java manually from [Adoptium](https://adoptium.net/installation) or
|
||||
use:
|
||||
- [Windows installer](https://adoptium.net/installation.html#windows-msi)
|
||||
- [macOS installer](https://adoptium.net/installation.html#macos-pkg) (or `brew install --cask temurin`,
|
||||
- [Windows installer](https://adoptium.net/installation/windows)
|
||||
- [macOS installer](https://adoptium.net/installation/macOS) (or `brew install --cask temurin`,
|
||||
or `port install openjdk21-temurin`)
|
||||
- [Linux installer](https://adoptium.net/installation/linux/) (or `apt-get install openjdk-21-jdk`)
|
||||
- If you update from an older version of java on Ubuntu, run `sudo update-alternatives --config java` after installing the new jdk.
|
||||
- [Linux installer](https://adoptium.net/installation/linux) (or `apt-get install openjdk-21-jdk`)
|
||||
- If you update from an older version of java on Ubuntu, run `sudo update-alternatives --config java` after installing
|
||||
the new jdk.
|
||||
- Build and run the tests ([mvnw](https://github.com/takari/maven-wrapper) automatically downloads maven the first time
|
||||
you run it):
|
||||
- on mac/linux: `./mvnw clean test`
|
||||
|
|
Ładowanie…
Reference in New Issue