diff options
author | Kamakshidasan | 2016-12-22 16:02:19 +0530 |
---|---|---|
committer | GitHub | 2016-12-22 16:02:19 +0530 |
commit | 2060e2025112e9d0acb8e65ab07b7605fe9e6580 (patch) | |
tree | 4f28a8780ead5123a7e284bb4914a27d0a8612ab | |
parent | f44bfa99343d387dddf8bc38e618e0fc1e709377 (diff) | |
download | xcos-on-web-2060e2025112e9d0acb8e65ab07b7605fe9e6580.tar.gz xcos-on-web-2060e2025112e9d0acb8e65ab07b7605fe9e6580.tar.bz2 xcos-on-web-2060e2025112e9d0acb8e65ab07b7605fe9e6580.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ The main aim of this project will be to port core functionalities of Xcos to a b ## Installation * Download the sources of Scilab 6 -* Replace modules/scicos_blocks/src/c/cscope.c with -`https://github.com/kamakshidasan/scilab/blob/master/modules/scicos_blocks/src/c/cscope.c` +* Replace modules/scicos_blocks/src/c/cscope.c with + `https://github.com/kamakshidasan/scilab/blob/master/modules/scicos_blocks/src/c/cscope.c` * Build the sources * Change the Scilab path in SendLog.py and download required dependencies * Host on Flask and run index.html |