From 24dbd6bcc173e64aac98c203ecc0f0c0fe58a4be Mon Sep 17 00:00:00 2001 From: Kamakshidasan Date: Sat, 24 Dec 2016 00:38:21 +0530 Subject: Update README.md --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index efb0e89..fad7bc2 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,15 @@ The main aim of this project will be to port core functionalities of Xcos to a b ## Installation -1. First clone following repositories: - `git clone https://github.com/FOSSEE/xcos-on-web` `git clone https://github.com/Hrily/scilab` + + `cd scilab && ./configure && make` + + `cd ../xcos-on-web && python SendLog.py` -2. Then go into `scilab` folder and run following commands: - - `./configure` - - `make` - -3. Then run `SendLog.py` from `xcos-on-web` folder to host the xcos on localhost i.e. `127.0.0.1:8001/` - -(Note that the directories `scilab` and `xcos-on-web` must be in same directory.) +(The directories `scilab` and `xcos-on-web` must be within the same folder) ## License information This project has a Creative Commons Public License. @@ -28,7 +22,7 @@ This project has a Creative Commons Public License. An online demo can be found over here: - https://xcos.fossee.in/ + http://xcos.fossee.in ## Developers and Testers -- cgit