Skip to content

Commit b637a51

Browse files
authored
Update README.md
1 parent 34d27de commit b637a51

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
Much credit to [@lemarier](https://github.com/lemarier) for the underlying logic at https://github.com/lemarier/updater-deno
1111

1212
## Tauri Version Support
13-
Tauri >= v1.0.0-rc5 : use `https://your-update-server.com/v1` route
13+
### Tauri >= v1.0.0-rc5:
1414

15-
Legacy: use `https://your-update-server.com/`
15+
use `https://your-update-server.com/v1` route
16+
For example usage, see [Brancato config](https://github.com/KilleenCode/brancato/blob/main/src-tauri/tauri.conf.json#L55)
17+
18+
### Legacy
19+
use `https://your-update-server.com/`
1620

1721
## Cloudflare Wrangler
1822

0 commit comments

Comments
 (0)