You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ Welcome to the Tauri-Leptos PostgreSQL GUI, a fully Rust-based application for e
26
26
### Prerequisites
27
27
28
28
- Rust Environment: Ensure Rust is installed on your system. Install from [rustup.rs](https://rustup.rs/).
29
-
- Tauri Setup: Set up your development environment for Tauri following the [Tauri setup guide](https://tauri.studio/en/docs/getting-started/intro).
29
+
- Tauri Setup: Set up your development environment for Tauri following the [Tauri setup guide](https://tauri.app/v1/guides/getting-started/prerequisites).
30
+
- Install Tauri CLI: Run `cargo install tauri-cli` to install the Tauri CLI.
30
31
31
32
### Installation and Running
32
33
33
34
1.**Clone the Repository:** Download the project to your local machine.
34
-
2.**Install Dependencies:** Navigate to the project directory and run `cargo install` to install the required Rust dependencies.
35
-
3.**Build and Run:** Execute `cargo tauri build` to build the application. Once the build is complete, you can start the application.
35
+
2.**Build and Run:** Execute `cargo tauri dev` to build the application. Once the build is complete, you can start the application.
0 commit comments