Skip to content

Commit 8f99140

Browse files
author
Brian Sorahan
committed
update readme
1 parent a0b64ad commit 8f99140

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,26 @@
33
This a collection of tiny programs that show off the
44
capabilities of the sc package.
55

6+
## Usage
7+
8+
### Start SuperCollider
9+
10+
```
11+
scsynth -u 57120
12+
```
13+
14+
### Start scids
15+
16+
```
17+
go get -u github.com/scgolang/scids
18+
```
19+
20+
```
21+
scids
22+
```
23+
24+
### Run an example
25+
26+
```
27+
go run PROGRAM
28+
```

0 commit comments

Comments
 (0)