From 70cab15b61db237cb5e6bdf94060306e053f52d8 Mon Sep 17 00:00:00 2001 From: Kamakshidasan Date: Sat, 24 Dec 2016 00:39:26 +0530 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fad7bc2..54f9e97 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ The main aim of this project will be to port core functionalities of Xcos to a b ## Installation - `git clone https://github.com/FOSSEE/xcos-on-web` + `git clone https://github.com/FOSSEE/xcos-on-web - `git clone https://github.com/Hrily/scilab` + git clone https://github.com/Hrily/scilab - `cd scilab && ./configure && make` + cd scilab && ./configure && make - `cd ../xcos-on-web && python SendLog.py` + cd ../xcos-on-web && python SendLog.py` (The directories `scilab` and `xcos-on-web` must be within the same folder) -- cgit