From 3fcaf96f198e3d097256de0be4783651ca6d0285 Mon Sep 17 00:00:00 2001 From: jrsurge Date: Fri, 2 Jun 2017 10:34:28 +0100 Subject: [PATCH] update README now has more installation details --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f31342..e3132dd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,12 @@ SuperDiffuse(8,8,8); ``` # Installation -In SuperCollider, run: + +__SuperDiffuse uses SuperCollider, so you must have it installed first:__ +https://supercollider.github.io + +## Automatic: +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: ```supercollider Quarks.install("https:/github.com/jrsurge/SuperDiffuse") @@ -21,6 +26,20 @@ Quarks.install("https:/github.com/jrsurge/SuperDiffuse") Then restart SuperCollider (or just recompile the class library with `Ctrl/Cmd + Shift + L`). +## Manual: +* Download a release from Github: +https://github.com/jrsurge/SuperDiffuse/releases + +* Unzip into a folder called `SuperDiffuse` (doesn't matter where, we'll move it soon) + +* In SuperCollider, go to: __File > Open user support directory__ + +* If it doesn't already exist, make a folder called `Extensions` + +* Move the `SuperDiffuse` folder into the `Extensions` folder + +Then restart SuperCollider (or just recompile the class library with `Ctrl/Cmd + Shift + L`) + # Running ## Pre-flight checks