File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
5972HTML Applications can greatly improve your productivity. HTML Applications backed
You can’t perform that action at this time.
0 commit comments