shoom013 commited on
Commit
55f4ded
·
verified ·
1 Parent(s): 941e3e3

Create setup.sc

Browse files
Files changed (1) hide show
  1. setup.sc +5 -0
setup.sc ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ // setup.sc
2
+ "Installing FoxDot Quark...".postln;
3
+ Quarks.install("FoxDot");
4
+ "FoxDot Quark installed.".postln;
5
+ 0.exit;