Updated readme example for clarity.
This commit is contained in:
parent
22267c5862
commit
d1b7948a4c
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue