summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamakshidasan2016-12-24 00:38:21 +0530
committerGitHub2016-12-24 00:38:21 +0530
commit24dbd6bcc173e64aac98c203ecc0f0c0fe58a4be (patch)
tree3d522eee2c871b46cc6f63b78a72f6b8c2f5326f
parentcfe64eccaea27520bf859ec27f5976d6029378e9 (diff)
downloadxcos-on-web-24dbd6bcc173e64aac98c203ecc0f0c0fe58a4be.tar.gz
xcos-on-web-24dbd6bcc173e64aac98c203ecc0f0c0fe58a4be.tar.bz2
xcos-on-web-24dbd6bcc173e64aac98c203ecc0f0c0fe58a4be.zip
Update README.md
-rw-r--r--README.md18
1 files 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