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.