Skip to content

Commit 3fcaf96

Browse files
committed
update README
now has more installation details
1 parent bd07bed commit 3fcaf96

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,33 @@ SuperDiffuse(8,8,8);
1313
```
1414

1515
# Installation
16-
In SuperCollider, run:
16+
17+
__SuperDiffuse uses SuperCollider, so you must have it installed first:__
18+
https://supercollider.github.io
19+
20+
## Automatic:
21+
SuperDiffuse is written as a Quark, so __if you have Git installed__ (Windows users will need to manually install Git), run the following in SuperCollider:
1722

1823
```supercollider
1924
Quarks.install("https:/github.com/jrsurge/SuperDiffuse")
2025
```
2126

2227
Then restart SuperCollider (or just recompile the class library with `Ctrl/Cmd + Shift + L`).
2328

29+
## Manual:
30+
* Download a release from Github:
31+
https://github.com/jrsurge/SuperDiffuse/releases
32+
33+
* Unzip into a folder called `SuperDiffuse` (doesn't matter where, we'll move it soon)
34+
35+
* In SuperCollider, go to: __File > Open user support directory__
36+
37+
* If it doesn't already exist, make a folder called `Extensions`
38+
39+
* Move the `SuperDiffuse` folder into the `Extensions` folder
40+
41+
Then restart SuperCollider (or just recompile the class library with `Ctrl/Cmd + Shift + L`)
42+
2443
# Running
2544

2645
## Pre-flight checks

0 commit comments

Comments
 (0)