From 949fb55b589e541ac862b2e6ecda4f9a85d8ed49 Mon Sep 17 00:00:00 2001 From: Andreas Lorensen Date: Tue, 20 Nov 2018 20:56:23 +0000 Subject: [PATCH] ... --- README.md | 37 +++---------------------------------- 1 file changed, 3 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index f44cf4c..5097dc5 100644 --- a/README.md +++ b/README.md @@ -2,42 +2,11 @@ VS Code experience on your Mycroft device. ## About -Installs and setup THEIA IDE localy on your Mycroft device +This repo holds the scrpts for making and running THEIA IDE on a mycroft device and the precompiled packages -## Description -This will install Theia IDE on your Mycroft device. This makes it easy to make and edit skills for Mycroft. Thiea IDE integrates whith Github, and you can use mycroft tools like mycroft-msm and mycroft-msk directly from the integrated shell in the IDE. -Theia provides the VS Code experience in the browser. Developers familiar with Microsoft's VS code editor will find many familiar features and concepts. +The skill that installs and use THEIA IDE on a mycroft device is locatet on a nother githup repo. -https://www.theia-ide.org/index.html +https://github.com/andlo/theia-ide-skill -## Warning -Be aware that mark_1 came with only a 4 GB ssd card. So if you hassnt changed that, the installation will fail. - -## How to install -SSH to your mycroft device and make a folder in your home directory (or where you like it) and cd into that. Get the latest instalationcript from github. -Then make that execuable and run it. -After 15 to 30 min installation is finish. While installing, your device will be really slow as there is some heavy work beeing done. - -When done, you can acces the IDE on htttp://:3000 - like http://picroft:3000 - -``` -mkdir theia-ide -cd theia-ide -wget https://github.com/andlo/theia-for-mycroft/releases/download/v0.1.0/theia-for-mycroft.sh -chmod +x theia-for-mycroft.sh -./theia-for-mycroft.shell -``` ## Credits Andreas Lorensen (@andlo) - -## Supported Devices -platform_mark1 platform_picroft - -## Category -**Configuration** - -## Tags -#theia -#IDE -#editor -#dev