Skip to content

Commit

Permalink
Update installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Nov 6, 2023
1 parent 1b4cf9d commit 060ec94
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Getting started

## Requirements

SignalFlow supports macOS, Linux (including Raspberry Pi), and has alpha support for Windows.

## Installation

- [Installing SignalFlow on macOS](installation/macos.md)
- [Installing SignalFlow on Linux](installation/linux.md)

## Examples

[Several example scripts](https://github.com/ideoforms/signalflow/tree/master/examples/python) are included within the repo, covering simple control and modulation, FM synthesis, sample granulation, MIDI control, chaotic functions, etc.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ In subsequent examples, we will skip the `import` line and assume you have alrea

## Documentation

- [Installation](installation/index)
- [Installation](getting-started/)
- [Example code](http://github.com/ideoforms/signalflow/tree/master/examples/python)

0 comments on commit 060ec94

Please sign in to comment.