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`].
|
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
|
```toml
|
||||||
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" } // v1, main repo
|
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys" } // tauri v1 api, main repo
|
||||||
tauri-sys = { git = "https://github.com/bicarlsen/tauri-sys" } // v2 branch
|
// OR
|
||||||
|
tauri-sys = { git = "https://github.com/bicarlsen/tauri-sys", branch = "v2" } // tauri v2 api
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue