From 0aa34b1169937755bfd9548b93e23f7df47d23f7 Mon Sep 17 00:00:00 2001 From: Akos Kitta <1405703+kittaakos@users.noreply.github.com> Date: Fri, 26 Jul 2019 11:25:40 +0200 Subject: [PATCH] Added the `Prerequisites` section to the README. Closes #44. Signed-off-by: Akos Kitta --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aceb3632..30c85685 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ It's built on top of a [fork of the arduino-cli](https://github.com/typefox/ardu ## How to try (offline) +### Prerequisites +You should be able to build Theia locally. The requirements are defined [here](https://github.com/theia-ide/theia/blob/master/doc/Developing.md#prerequisites). + ``` git clone https://github.com/bcmi-labs/arduino-editor cd arduino-editor @@ -41,4 +44,4 @@ and follow the steps from below. ![](static/download_01.gif) ![](static/download_02.gif) -Click [here](./electron/README.md) for more details on the CI/CD, the GitHub release, and the build process in general. \ No newline at end of file +Click [here](./electron/README.md) for more details on the CI/CD, the GitHub release, and the build process in general.