Skip to content

Commit

Permalink
documentation: update prerequisites
Browse files Browse the repository at this point in the history
Fixes: #91

The following commit updates the prerequisites documentation to refer to
the upstream link instead of maintaining two sources of truth. This will
allow documentation to be less outdated.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Aug 3, 2020
1 parent 616bd4c commit 15d2c29
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/docs/composing_applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,8 @@ This guide will teach you how to build your own Theia application.

## Requirements

You'll need node in version 10:

```bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
nvm install 10
```

and yarn

```
npm install -g yarn
```

Also make sure your `python --version` points to a Python 2.x installation.
The detailed list of prerequisites is located at the main Theia repository:
- [Prerequisites](https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites)

## Setup

Expand Down

0 comments on commit 15d2c29

Please sign in to comment.