From 82fa1e1f457b030303665536cbac8f0dad4a48b0 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 2 Dec 2024 14:54:20 +0100 Subject: [PATCH] docs(updater): Link to website in Usage section closes #1133 --- plugins/updater/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/updater/README.md b/plugins/updater/README.md index f8dd5347..982dcf83 100644 --- a/plugins/updater/README.md +++ b/plugins/updater/README.md @@ -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.