Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,25 @@ Unsupported file types will be ignored when syncing.

## Installation

1. Install dependencies
1. Install Ruby

https://www.ruby-lang.org/en/documentation/installation/

2. Install dependencies

```bash
brew install ffmpeg
brew install taglib
brew install bpm-tools
```

2. Install Wavesync
3. Install Wavesync

```bash
gem install wavesync --pre
```

3. Install field kit (only required for syncing to TP-7)
4. Install field kit (only required for syncing to TP-7)

https://teenage.engineering/guides/fieldkit

Expand Down
Loading