Skip to content

Commit 9bd16a6

Browse files
author
Nathan Ho
committed
remove mentions of sc3-plugins
1 parent 13f5dd3 commit 9bd16a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ plugin-example/build/$ make
1616
plugin-example/build/$ make install
1717
```
1818

19-
On OSX, the plugins will end up in `sc3-plugins/build/SC3plugins`.
20-
2119
WARNING: on OSX, if you want to install into `CMAKE_INSTALL_PREFIX`, you have to specify it by disabling the `IN_PLACE_BUILD` cmake option which defaults to ON (see below).
2220

2321
## Installing
2422

25-
Copy the `SC3plugins` folder to your Extensions folder. You can find out which one that is by evaluating
23+
Copy the `plugin-example` folder to your Extensions folder. You can find out which one that is by evaluating
2624

2725
```
2826
Platform.userExtensionDir
@@ -34,4 +32,4 @@ from within SuperCollider. Alternatively, you may install the extensions system-
3432
Platform.systemExtensionDir
3533
```
3634

37-
Tip: On OSX and Linux, it might be more convenient to use a symbolic link rather than copying or moving the directory.
35+
Tip: On OSX and Linux, it might be more convenient to use a symbolic link rather than copying or moving the directory.

0 commit comments

Comments
 (0)