From 7ff877464f23df599a6d7a5be9ed32937d6b1100 Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Wed, 22 Feb 2023 17:06:15 +0100 Subject: [PATCH] Update input-output.mdx npm -> pnpm --- website/src/pages/learn/input-output.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/pages/learn/input-output.mdx b/website/src/pages/learn/input-output.mdx index 6baad9ee..4688cf25 100644 --- a/website/src/pages/learn/input-output.mdx +++ b/website/src/pages/learn/input-output.mdx @@ -40,8 +40,8 @@ Getting [SuperDirt](https://github.com/musikinformatik/SuperDirt/) to work with 1. install SuperCollider + sc3 plugins, see [Tidal Docs](https://tidalcycles.org/docs/) (Install Tidal) for more info. 2. install [node.js](https://nodejs.org/en/) 3. download [Strudel Repo](https://github.com/tidalcycles/strudel/) (or git clone, if you have git installed) -4. run `npm i` in the strudel directory -5. run `npm run osc` to start the osc server, which forwards OSC messages from Strudel REPL to SuperCollider +4. run `pnpm i` in the strudel directory +5. run `pnpm run osc` to start the osc server, which forwards OSC messages from Strudel REPL to SuperCollider Now you're all set!