Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneH authored Jul 25, 2023
1 parent 5e38a15 commit 8ebdd9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ Learn to play the piano at your own pace through various modes of practice. [Wat

Download for free on all platforms on [itch.io/piano-trainer](https://zaneh.itch.io/piano-trainer)

or download the [latest build here](https://github.com/ZaneH/scale-trainer/releases)
or download the [latest build here](https://github.com/ZaneH/piano-trainer/releases)

## Run Locally

You'll need to setup Rust and Tauri CLI by following the [Getting Started guide here](https://tauri.app/v1/guides/getting-started/prerequisites).

```bash
$ git clone https://github.com/ZaneH/scale-trainer.git
$ cd scale-trainer
$ yarn && sh ./start-dev.sh
$ git clone https://github.com/ZaneH/piano-trainer.git
$ cd piano-trainer
$ yarn tauri dev
```

## Build Target Binary
Expand Down

0 comments on commit 8ebdd9a

Please sign in to comment.