Skip to content

Commit

Permalink
Update README.md: Add installation links
Browse files Browse the repository at this point in the history
  • Loading branch information
inthar-raven authored Oct 4, 2024
1 parent 4089837 commit 7812753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ A microtonal scale research app chiefly dedicated to ternary scales (scales with

# How to build and run

1. Install the Rust toolchain.
1. [Install the Rust toolchain](https://www.rust-lang.org/tools/install).
1. Run `cargo install wasm-pack`.
1. Install `npm`.
1. [Install `npm`](https://nodejs.org/en/download/package-manager).
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.
Expand Down

0 comments on commit 7812753

Please sign in to comment.