From b44a73499699704db57780506c7874b87edef80f Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 4 Aug 2025 10:31:29 +0000 Subject: [PATCH] docs: Remove mirror install instructions (#2893) Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/16720673081 Co-authored-by: FabianLars --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 9f75bac..13a1c4e 100644 --- a/README.md +++ b/README.md @@ -33,21 +33,12 @@ tauri-plugin-process = { git = "https://github.com/tauri-apps/plugins-workspace" You can install the JavaScript Guest bindings using your preferred JavaScript package manager: -> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use. - ```sh pnpm add @tauri-apps/plugin-process # or npm add @tauri-apps/plugin-process # or yarn add @tauri-apps/plugin-process - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-process#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-process#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-process#v2 ``` ## Usage