From 208b49cfc80f5b96bfc61178237cb856657d819c Mon Sep 17 00:00:00 2001 From: Valerio Ageno <51341197+Valerioageno@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:26:01 +0200 Subject: [PATCH] Update tutorial.md --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 3891d3b6..d5273e38 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -53,7 +53,7 @@ $ tuono new tuono-tutorial Get into the project folder and install the dependencies with: ```bash -$ pnpm install +$ npm install ``` Open it with your favourite code editor.