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" } ```