Skip to content

Commit 2694518

Browse files
committed
fix update outdated readme
1 parent 0f91faf commit 2694518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Welcome to the Tauri-Leptos PostgreSQL GUI, a fully Rust-based application for e
2626
### Prerequisites
2727

2828
- 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.
3031

3132
### Installation and Running
3233

3334
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.
3636

3737

3838

0 commit comments

Comments
 (0)