docs(updater): Link to website in Usage section

closes #1133
This commit is contained in:
Fabian-Lars
2024-12-02 14:54:20 +01:00
committed by GitHub
parent 3195646996
commit 82fa1e1f45
+2
View File
@@ -82,6 +82,8 @@ if (update?.available) {
}
```
Note that for these APIs to work you have to properly configure the updater first and generate updater artifacts. Please refer to the [guide on our website](https://v2.tauri.app/plugin/updater/) for this.
## Contributing
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.