We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6b3b2 commit d6b4ddcCopy full SHA for d6b4ddc
README.md
@@ -67,7 +67,7 @@ wget -O jse.zip https://github.com/hypersoft/jse/archive/3.1.zip &&
67
unzip jse.zip &&
68
mv jse-3.1 jse &&
69
cd jse &&
70
-make && sudo make install && cd .. && rm -rf jse{,.zip};
+make && sudo make install && demo/testbed;
71
```
72
73
### Over the Internet Live (unstable) Installation Script
@@ -80,7 +80,7 @@ wget -O jse.zip https://github.com/hypersoft/jse/archive/master.zip &&
80
81
mv jse-master jse &&
82
83
84
85
86
### HTML Applications
0 commit comments