minor README.md update
This commit is contained in:
parent
30e614c618
commit
34f8987ce8
|
@ -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
|
Loading…
Reference in New Issue