From 4a47aa4626c797a385b9b793d10a8ecf8f40d796 Mon Sep 17 00:00:00 2001 From: Inthar the Crow-Magnon <36112167+inthar-raven@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:23:51 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02a85ed..6fa70dd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ A microtonal scale research app chiefly dedicated to ternary scales (scales with 1. Install the Rust toolchain. 1. Run `cargo install wasm-pack`. 1. Install `npm`. -1. Run `npm install`, then run `npm run serve` in the project directory. +1. Run `npm install` in the project directory. +1. Run `npm run serve` in the project directory. 1. Visit `http://localhost:8080/` with your browser. Your browser must support WebAssembly; all major browsers should. # Dev scripts