From 2c607c14d987810898a25abccfd71ea6df8f43b8 Mon Sep 17 00:00:00 2001 From: MarcinP Date: Mon, 15 Jan 2018 20:38:50 -0800 Subject: [PATCH] Update README.md I had mixed feelings in the first place when I included the description of the issue with plugins for supernova on osx in the general README. Now this seems to be on its way to get fixed (see https://github.com/supercollider/supercollider/pull/3433) so I think the README should not mention this soon-to-be-not-existing issue. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c20b823..61b9ab9 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,6 @@ You can freely alternate between steps 3 and 4. If you decide to go back and cha Copy, move, or symbolic link the folder into your Extensions folder. You can find out which one that is by evaluating `Platform.userExtensionDir` in sclang. You can install the plugin(s) system-wide by copying to `Platform.systemExtensionDir`. -Please note that on macOS Supernova is more picky about location of UGens (as of January 2018). They need to be placed in a subdirectory called `plugins` inside the above mentioned Extensions folder. This pertains only to the UGen file (`.scx`), not the `.sc` class file. - If you're not using sclang, the installation method varies. Ask the developer(s) of the client if you're not sure how. ## Development workflow