Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shoom013
/
foxdot
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shoom013
commited on
Jan 25
Commit
55f4ded
·
verified
·
1 Parent(s):
941e3e3
Create setup.sc
Browse files
Files changed (1)
hide
show
setup.sc
+5
-0
setup.sc
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
// setup.sc
2
+
"Installing FoxDot Quark...".postln;
3
+
Quarks.install("FoxDot");
4
+
"FoxDot Quark installed.".postln;
5
+
0.exit;