When setting up my Ableton JS control surface, I noticed the README recommends utilizing yarn ableton:start to configure the remote script, but the package.json only has the scripts yarn ableton10:start and yarn ableton11:start. I updated the README procedures to reflect this.
Improved README Documentation for Yarn Commands
Updated the readme file with new instructions on how to use Yarn commands for Ableton versions 10 and 11. This aids in better understanding of how to start the application for these specific Ableton versions.
When setting up my Ableton JS control surface, I noticed the README recommends utilizing
yarn ableton:start
to configure the remote script, but thepackage.json
only has the scriptsyarn ableton10:start
andyarn ableton11:start
. I updated the README procedures to reflect this.