Updated readme example for clarity.

This commit is contained in:
Brian Carlsen 2024-06-27 11:10:48 +02:00
parent 22267c5862
commit d1b7948a4c
No known key found for this signature in database
GPG key ID: B14D281A79B2DDB7

View file

@ -21,8 +21,9 @@
This crate is not yet published to crates.io, so you need to use it from git. You also need a global installation of [`esbuild`].
```toml
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" } // v1, main repo
tauri-sys = { git = "https://github.com/bicarlsen/tauri-sys" } // v2 branch
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" } // tauri v1 api, main repo
// OR
tauri-sys = { git = "https://github.com/bicarlsen/tauri-sys", branch = "v2" } // tauri v2 api
```
## Usage