Skip to content

Commit

Permalink
Add getting started info
Browse files Browse the repository at this point in the history
  • Loading branch information
exa04 committed May 29, 2024
1 parent 8d3ea7a commit 015aa42
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions book/src/getting_started.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# Getting Started

Cyma is intended for use with nih-plug and VIZIA. To get started, just add
it to your `Cargo.toml`.

```diff
[dependencies]
nih_plug = { ... }
nih_plug_vizia = { ... }
+ cyma = { git = "https://github.com/223230/cyma" }
```

Then, you can use Cyma where you need it, by using ```cyma::prelude::*```. This
will import the most important parts of Cyma.

0 comments on commit 015aa42

Please sign in to comment.