From 7c064a8ef9d125ce4242afa2c80f8d7156d770de Mon Sep 17 00:00:00 2001 From: malayaleecoder Date: Tue, 2 Aug 2016 23:39:35 +0530 Subject: Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 323a9db..075e784 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@ The main aim of this project will be to port core functionalities of Xcos to a b ## Installation -* sudo apt-get install scilab -* mvn clean install +* First install Scilab by, + `sudo apt-get install scilab` +* Now `cd` into the cloned repository + `mvn clean install` * Host on Tomcat and run index.html ## License information -- cgit From 81338388997bec279792d127a1d7953b6b487aff Mon Sep 17 00:00:00 2001 From: malayaleecoder Date: Tue, 2 Aug 2016 23:41:33 +0530 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 075e784..937f542 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ The main aim of this project will be to port core functionalities of Xcos to a b ## Installation * First install Scilab by, - `sudo apt-get install scilab` +`sudo apt-get install scilab` * Now `cd` into the cloned repository - `mvn clean install` +`mvn clean install` * Host on Tomcat and run index.html ## License information -- cgit