foxdot / setup2.sc
shoom013's picture
Update setup2.sc
830bb2a verified
raw
history blame
108 Bytes
//
"Installing FoxDot Quark...".postln;
Quarks.install("FoxDot");
"FoxDot Quark installed.".postln;
0.exit;