summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9dee2e5..70ce93f 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,9 @@ 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
+* Download the sources of Scilab 6 and 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
+* After building, change the Scilab path in SendLog.py and download dependencies
* Host on Flask and run index.html
## License information