diff --git a/README.md b/README.md index 67a9c53c..60060847 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,12 @@ > **Beware:** This is very much work-in-progress. Things can and probably will be broken, even on master. This repo contains a proof-of-concept for an Arduino IDE based on Theia. -It's built on top of a [version of the arduino-cli](https://github.com/cmaglie/arduino-cli/tree/daemon) that sports a gRPC interface. - -## How to try (online) -The easiest way to try the browser version is using Gitpod: https://gitpod.io/#github.com/typefox/arduino-poc +It's built on top of a [fork of the arduino-cli](https://github.com/typefox/arduino-cli/tree/daemon) that sports a gRPC interface. ## How to try (offline) -requires [protoc](https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.1) to be in the `PATH` and some other [prerequisites](https://github.com/theia-ide/theia/blob/master/doc/Developing.md#prerequisites). ``` -git clone https://github.com/typefox/arduino-poc +git clone https://github.com/bcmi-labs/arduino-editor cd arduino-poc yarn yarn --cwd arduino-ide-electron start