From 1de5964cd7dfe045a9b0487980eb788b84b9e1ca Mon Sep 17 00:00:00 2001 From: DieterHolz Date: Wed, 26 Jul 2023 18:52:24 +0200 Subject: [PATCH] corrected link to Pi4J-Basic-OS in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3b736c..0519aaa 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,13 @@ See [Pi4J website](https://pi4j.com/examples/components/). ## Start application on Pi -It's strongly recommended to use the Linux image [Pi4J-Basis-OS](https://github.com/Pi4J/pi4j-os/tree/upgrade-jdk18-jfx18) and [IntelliJ IDEA](https://www.jetbrains.com/idea/) as IDE on your developer machine. But, of course, you can use any other IDE and use maven commands to experiment with our component catalogue. + +It's strongly recommended to use the Linux image [Pi4J-Basic-OS](https://pi4j-download.com/latest.php?flavor=basic) and [IntelliJ IDEA](https://www.jetbrains.com/idea/) as IDE on your developer machine. But, of course, you can use any other IDE and use maven commands to experiment with our component catalogue. In IntelliJ IDEA ready-made run-configurations are available for running the demo application on the RaspPi. ## Start application on Raspberry Pi -- Make sure that Pi and your development machine are in the same WLAN (see recommendations in [Pi4J OS](https://github.com/Pi4J/pi4j-os/tree/upgrade-jdk18-jfx18)) +- Make sure that Pi and your development machine are in the same WLAN (see recommendations in [Pi4J OS](https://github.com/Pi4J/pi4j-os)) - Check whether the correct IP-address is set in `pom.xml` - set properties `` and `` - `Run on Pi` compiles and packages the demo application on your developer machine, deploys it to Raspberry Pi and starts the demo application remotely on the Raspberry Pi