From 34f8987ce8bf2b505a989c94d3c703fcaee7bf51 Mon Sep 17 00:00:00 2001 From: Automated Release Test Date: Wed, 28 Feb 2024 20:33:06 -0500 Subject: [PATCH] minor README.md update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca24e42..8d46352 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file