Update setup.sc
Browse files
setup.sc
CHANGED
|
@@ -2,5 +2,7 @@
|
|
| 2 |
"Installing FoxDot Quark...".postln;
|
| 3 |
Quarks.install("FoxDot");
|
| 4 |
"FoxDot Quark installed.".postln;
|
|
|
|
|
|
|
| 5 |
FoxDot.start;
|
| 6 |
//0.exit;
|
|
|
|
| 2 |
"Installing FoxDot Quark...".postln;
|
| 3 |
Quarks.install("FoxDot");
|
| 4 |
"FoxDot Quark installed.".postln;
|
| 5 |
+
s.boot;
|
| 6 |
+
"Server boooting ...".postln;
|
| 7 |
FoxDot.start;
|
| 8 |
//0.exit;
|