Skip to content

Commit d3eab2c

Browse files
committed
Get Started with JSE
1 parent 2d5bcb9 commit d3eab2c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@ HTML Applications for the Linux platform. You can use JSE to do any of the follo
5454
- Create, Design and Debug: HTML Applications (with Advanced or Basic JavaScripting support)
5555
- Interactive Session (basic-example)
5656

57+
### Over the Internet Live Installation Script
58+
59+
You can very easily add JSE support to your OS with the following script,
60+
provided you meet the system requirements.
61+
62+
```bash
63+
wget -O jse.zip https://github.com/hypersoft/jse/archive/master.zip;
64+
unzip jse.zip;
65+
mv jse-master jse;
66+
cd jse;
67+
make && sudo make install && cd .. && rm -rf jse{,.zip};
68+
```
69+
5770
### HTML Applications
5871

5972
HTML Applications can greatly improve your productivity. HTML Applications backed

0 commit comments

Comments
 (0)