added install instructions
This commit is contained in:
parent
d0057485c3
commit
443f0f34fa
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -5,7 +5,16 @@ This is a port of the [rsc3](http://rd.slavepianos.org/?t=rsc3) super collider c
|
|||
|
||||
rsc3 is Written by [Rohan Drape](http://rd.slavepianos.org/), © 2008-2013
|
||||
|
||||
|
||||
Licensed under GPL (2 or 3? FIXME)
|
||||
|
||||
## Install
|
||||
|
||||
Install with `raco pkg install rsc3`, assuming racket/bin is in PATH.
|
||||
|
||||
## Using
|
||||
|
||||
`(require rsc3)`
|
||||
|
||||
This also exports `send`, which is from the sosc collection. (TODO - need to fix sosc exports)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue