From 34bb399fc078a3763736fc2cab30b26788c0a6dc Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Mon, 24 Mar 2025 18:28:44 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5e8f6f..a8c4a4a 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ - -## **Modular Robotics (Dexter Industries) GrovePi** [![Generic badge](https://img.shields.io/badge/Docs-available-electric.svg)](https://dexterind.github.io/GrovePi) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +## **Modular Robotics (Dexter Industries) GrovePi EDIT** [![Generic badge](https://img.shields.io/badge/Docs-available-electric.svg)](https://dexterind.github.io/GrovePi) [![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) ![Picture](GrovePi_Plus_By_Dexter_Industries_For_the_Raspberry_Pi.JPG) +Quick install script: +```bash +curl -kL https://git.pixelhosting.nl/Blackwhitebear8/grovepi/raw/branch/main/installer.sh | bash +``` + The GrovePi is an open-source platform for connecting Grove Sensors to the Rasberry Pi. Create IoT (Internet of Things) devices and inventions without the need of soldering! Its official API is written in Python, but it can also be interfaced with in other languages such as C, C#, Go and NodeJS. These other variations of the same library came from our contributors.