From deefbd172fd68d96cbb7702cf0b1ff73d028c43a Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Fri, 6 Jan 2023 16:42:39 +0100 Subject: [PATCH] Update README.md --- plugins/authenticator/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/authenticator/README.md b/plugins/authenticator/README.md index fe455bb6..a868a3f8 100644 --- a/plugins/authenticator/README.md +++ b/plugins/authenticator/README.md @@ -15,6 +15,8 @@ Install the Core plugin by adding the following to your `Cargo.toml` file: `src-tauri/Cargo.toml` ```toml [dependencies] +tauri-plugin-authenticator = "0.1" +# or through git tauri-plugin-authenticator = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" } ```