shoom013 commited on
Commit
78b7482
·
verified ·
1 Parent(s): 80146c8

Update setup.sc

Browse files
Files changed (1) hide show
  1. setup.sc +2 -0
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;