diff options
author | Adhitya Kamakshidasan | 2016-08-03 10:38:21 +0530 |
---|---|---|
committer | GitHub | 2016-08-03 10:38:21 +0530 |
commit | 8ab779b352f17689093605526770519944b64814 (patch) | |
tree | 0a1b990723cd571eb7dada7590f66ac6c3b52588 | |
parent | 2737a167255ac86caae5c919e83ea47d3472d26c (diff) | |
parent | 81338388997bec279792d127a1d7953b6b487aff (diff) | |
download | xcos-on-web-8ab779b352f17689093605526770519944b64814.tar.gz xcos-on-web-8ab779b352f17689093605526770519944b64814.tar.bz2 xcos-on-web-8ab779b352f17689093605526770519944b64814.zip |
Merge pull request #182 from malayaleecoder/master
Make installation guide more clear
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |