minor README.md update

This commit is contained in:
Automated Release Test 2024-02-28 20:33:06 -05:00
parent 30e614c618
commit 34f8987ce8
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ This template should help get you started developing with Tauri, Solid and Types
1. Make sure all of the [Tauri prerequisites](https://beta.tauri.app/guides/prerequisites/) are installed.
2. Install `yarn`
3. Run `yarn` to install npm packages
4. Run `yarn tauri dev` to start up the tauri server.
4. Run `yarn tauri dev` to start the Tauri app.
5. Add an empty `dist` folder to the root of this project to fix the Rust warning in `src-tauri/src/main.rs`
6. Install Prettier for formatting .ts/.tsx/.css files