From cc98e6a892c14328377431ae856acc76942e97cc Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 4 Aug 2025 12:30:18 +0200 Subject: [PATCH] docs: Remove mirror install instructions (#2893) --- plugins/autostart/README.md | 9 --------- plugins/barcode-scanner/README.md | 9 --------- plugins/biometric/README.md | 9 --------- plugins/cli/README.md | 9 --------- plugins/clipboard-manager/README.md | 9 --------- plugins/deep-link/README.md | 9 --------- plugins/dialog/README.md | 9 --------- plugins/fs/README.md | 9 --------- plugins/geolocation/README.md | 9 --------- plugins/global-shortcut/README.md | 9 --------- plugins/haptics/README.md | 9 --------- plugins/http/README.md | 9 --------- plugins/log/README.md | 9 --------- plugins/nfc/README.md | 9 --------- plugins/notification/README.md | 9 --------- plugins/opener/README.md | 9 --------- plugins/os/README.md | 9 --------- plugins/positioner/README.md | 9 --------- plugins/process/README.md | 9 --------- plugins/shell/README.md | 9 --------- plugins/sql/README.md | 9 --------- plugins/store/README.md | 9 --------- plugins/stronghold/README.md | 7 ------- plugins/updater/README.md | 9 --------- plugins/upload/README.md | 9 --------- plugins/websocket/README.md | 9 --------- plugins/window-state/README.md | 9 --------- shared/template/README.md | 11 ----------- 28 files changed, 252 deletions(-) diff --git a/plugins/autostart/README.md b/plugins/autostart/README.md index cef284d64..f9f9dce11 100644 --- a/plugins/autostart/README.md +++ b/plugins/autostart/README.md @@ -33,21 +33,12 @@ tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspac 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-autostart # or npm add @tauri-apps/plugin-autostart # or yarn add @tauri-apps/plugin-autostart - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-autostart#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-autostart#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-autostart#v2 ``` ## Usage diff --git a/plugins/barcode-scanner/README.md b/plugins/barcode-scanner/README.md index 4abbef0ad..5da47abd5 100644 --- a/plugins/barcode-scanner/README.md +++ b/plugins/barcode-scanner/README.md @@ -33,21 +33,12 @@ tauri-plugin-barcode-scanner = { git = "https://github.com/tauri-apps/plugins-wo 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-barcode-scanner # or npm add @tauri-apps/plugin-barcode-scanner # or yarn add @tauri-apps/plugin-barcode-scanner - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-barcode-scanner#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-barcode-scanner#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-barcode-scanner#v2 ``` ## Usage diff --git a/plugins/biometric/README.md b/plugins/biometric/README.md index c7844f7bd..e2ad7efde 100644 --- a/plugins/biometric/README.md +++ b/plugins/biometric/README.md @@ -33,8 +33,6 @@ tauri-plugin-biometric = { git = "https://github.com/tauri-apps/plugins-workspac 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 @@ -43,13 +41,6 @@ pnpm add @tauri-apps/plugin-biometric npm add @tauri-apps/plugin-biometric # or yarn add @tauri-apps/plugin-biometric - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-biometric#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-biometric#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-biometric#v2 ``` ## Usage diff --git a/plugins/cli/README.md b/plugins/cli/README.md index 91a8080b8..30cd3449e 100644 --- a/plugins/cli/README.md +++ b/plugins/cli/README.md @@ -34,21 +34,12 @@ tauri-plugin-cli = { git = "https://github.com/tauri-apps/plugins-workspace", br 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-cli # or npm add @tauri-apps/plugin-cli # or yarn add @tauri-apps/plugin-cli - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-cli#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-cli#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-cli#v2 ``` ## Usage diff --git a/plugins/clipboard-manager/README.md b/plugins/clipboard-manager/README.md index 57b895266..b2353f971 100644 --- a/plugins/clipboard-manager/README.md +++ b/plugins/clipboard-manager/README.md @@ -33,21 +33,12 @@ tauri-plugin-clipboard-manager = { git = "https://github.com/tauri-apps/plugins- 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-clipboard-manager # or npm add @tauri-apps/plugin-clipboard-manager # or yarn add @tauri-apps/plugin-clipboard-manager - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-clipboard-manager#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-clipboard-manager#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-clipboard-manager#v2 ``` ## Usage diff --git a/plugins/deep-link/README.md b/plugins/deep-link/README.md index 61a36a80a..384dffecb 100644 --- a/plugins/deep-link/README.md +++ b/plugins/deep-link/README.md @@ -33,21 +33,12 @@ tauri-plugin-deep-link = { git = "https://github.com/tauri-apps/plugins-workspac 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-deep-link # or npm add @tauri-apps/plugin-deep-link # or yarn add @tauri-apps/plugin-deep-link - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-deep-link#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-deep-link#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-deep-link#v2 ``` ## Setting up diff --git a/plugins/dialog/README.md b/plugins/dialog/README.md index 63d71767d..8c4f0c220 100644 --- a/plugins/dialog/README.md +++ b/plugins/dialog/README.md @@ -33,21 +33,12 @@ tauri-plugin-dialog = { 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-dialog # or npm add @tauri-apps/plugin-dialog # or yarn add @tauri-apps/plugin-dialog - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-dialog#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-dialog#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-dialog#v2 ``` ## Usage diff --git a/plugins/fs/README.md b/plugins/fs/README.md index 33031177a..d02c71d59 100644 --- a/plugins/fs/README.md +++ b/plugins/fs/README.md @@ -33,21 +33,12 @@ tauri-plugin-fs = { git = "https://github.com/tauri-apps/plugins-workspace", bra 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-fs # or npm add @tauri-apps/plugin-fs # or yarn add @tauri-apps/plugin-fs - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-fs#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-fs#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-fs#v2 ``` ## Usage diff --git a/plugins/geolocation/README.md b/plugins/geolocation/README.md index c7cb81fb1..3de41ef7f 100644 --- a/plugins/geolocation/README.md +++ b/plugins/geolocation/README.md @@ -33,8 +33,6 @@ tauri-plugin-geolocation = { git = "https://github.com/tauri-apps/plugins-worksp 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 @@ -43,13 +41,6 @@ pnpm add @tauri-apps/plugin-geolocation npm add @tauri-apps/plugin-geolocation # or yarn add @tauri-apps/plugin-geolocation - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-geolocation#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-geolocation#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-geolocation#v2 ``` ## Setting up diff --git a/plugins/global-shortcut/README.md b/plugins/global-shortcut/README.md index 53e7b19fe..9e215aea2 100644 --- a/plugins/global-shortcut/README.md +++ b/plugins/global-shortcut/README.md @@ -34,21 +34,12 @@ tauri-plugin-global-shortcut = { git = "https://github.com/tauri-apps/plugins-wo 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-global-shortcut # or npm add @tauri-apps/plugin-global-shortcut # or yarn add @tauri-apps/plugin-global-shortcut - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-global-shortcut#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-global-shortcut#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-global-shortcut#v2 ``` ## Usage diff --git a/plugins/haptics/README.md b/plugins/haptics/README.md index 44118812d..8a7cd8450 100644 --- a/plugins/haptics/README.md +++ b/plugins/haptics/README.md @@ -35,8 +35,6 @@ tauri-plugin-haptics = { 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 @@ -45,13 +43,6 @@ pnpm add @tauri-apps/plugin-haptics npm add @tauri-apps/plugin-haptics # or yarn add @tauri-apps/plugin-haptics - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-haptics#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-haptics#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-haptics#v2 ``` ## Usage diff --git a/plugins/http/README.md b/plugins/http/README.md index 5c3cd9c2e..086d7f257 100644 --- a/plugins/http/README.md +++ b/plugins/http/README.md @@ -33,21 +33,12 @@ tauri-plugin-http = { git = "https://github.com/tauri-apps/plugins-workspace", b 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-http # or npm add @tauri-apps/plugin-http # or yarn add @tauri-apps/plugin-http - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-http#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-http#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-http#v2 ``` ## Usage diff --git a/plugins/log/README.md b/plugins/log/README.md index 462bdab9f..81ca9fd8d 100644 --- a/plugins/log/README.md +++ b/plugins/log/README.md @@ -35,21 +35,12 @@ If you want the single instance mechanism to only trigger for semver compatible Then 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-log # or npm add @tauri-apps/plugin-log # or yarn add @tauri-apps/plugin-log - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-log#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-log#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-log#v2 ``` ## Usage diff --git a/plugins/nfc/README.md b/plugins/nfc/README.md index 1f8ceb6bd..ef1fa6f65 100644 --- a/plugins/nfc/README.md +++ b/plugins/nfc/README.md @@ -33,8 +33,6 @@ tauri-plugin-nfc = { git = "https://github.com/tauri-apps/plugins-workspace", br 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 @@ -43,13 +41,6 @@ pnpm add @tauri-apps/plugin-nfc npm add @tauri-apps/plugin-nfc # or yarn add @tauri-apps/plugin-nfc - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-nfc#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-nfc#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-nfc#v2 ``` ## Usage diff --git a/plugins/notification/README.md b/plugins/notification/README.md index 046324930..b42d6f2f1 100644 --- a/plugins/notification/README.md +++ b/plugins/notification/README.md @@ -33,21 +33,12 @@ tauri-plugin-notification = { git = "https://github.com/tauri-apps/plugins-works 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-notification # or npm add @tauri-apps/plugin-notification # or yarn add @tauri-apps/plugin-notification - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-notification#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-notification#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-notification#v2 ``` ## Usage diff --git a/plugins/opener/README.md b/plugins/opener/README.md index 71509eaac..02050e932 100644 --- a/plugins/opener/README.md +++ b/plugins/opener/README.md @@ -33,8 +33,6 @@ tauri-plugin-opener = { 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 @@ -43,13 +41,6 @@ pnpm add @tauri-apps/plugin-opener npm add @tauri-apps/plugin-opener # or yarn add @tauri-apps/plugin-opener - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-opener#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-opener#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-opener#v2 ``` ## Usage diff --git a/plugins/os/README.md b/plugins/os/README.md index f66795046..d3f58b269 100644 --- a/plugins/os/README.md +++ b/plugins/os/README.md @@ -33,21 +33,12 @@ tauri-plugin-os = { git = "https://github.com/tauri-apps/plugins-workspace", bra 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-os # or npm add @tauri-apps/plugin-os # or yarn add @tauri-apps/plugin-os - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-os#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-os#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-os#v2 ``` ## Usage diff --git a/plugins/positioner/README.md b/plugins/positioner/README.md index 8a86160d6..8495b616f 100644 --- a/plugins/positioner/README.md +++ b/plugins/positioner/README.md @@ -35,21 +35,12 @@ tauri-plugin-positioner = { git = "https://github.com/tauri-apps/plugins-workspa 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-positioner # or npm add @tauri-apps/plugin-positioner # or yarn add @tauri-apps/plugin-positioner - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-positioner#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-positioner#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-positioner#v2 ``` ## Usage diff --git a/plugins/process/README.md b/plugins/process/README.md index 9f75bacb3..13a1c4e9d 100644 --- a/plugins/process/README.md +++ b/plugins/process/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 diff --git a/plugins/shell/README.md b/plugins/shell/README.md index 5f309b8c9..132d1ccb8 100644 --- a/plugins/shell/README.md +++ b/plugins/shell/README.md @@ -33,21 +33,12 @@ tauri-plugin-shell = { 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-shell # or npm add @tauri-apps/plugin-shell # or yarn add @tauri-apps/plugin-shell - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-shell#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-shell#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-shell#v2 ``` ## Usage diff --git a/plugins/sql/README.md b/plugins/sql/README.md index 1df02e216..2e1e4ca46 100644 --- a/plugins/sql/README.md +++ b/plugins/sql/README.md @@ -35,21 +35,12 @@ branch = "v2" 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-sql # or npm add @tauri-apps/plugin-sql # or yarn add @tauri-apps/plugin-sql - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-sql#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-sql#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-sql#v2 ``` ## Usage diff --git a/plugins/store/README.md b/plugins/store/README.md index 8a2fcbf7d..8070ddfaa 100644 --- a/plugins/store/README.md +++ b/plugins/store/README.md @@ -33,21 +33,12 @@ tauri-plugin-store = { 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-store # or npm add @tauri-apps/plugin-store # or yarn add @tauri-apps/plugin-store - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-store#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-store#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-store#v2 ``` ## Usage diff --git a/plugins/stronghold/README.md b/plugins/stronghold/README.md index 6dd165195..18d3ed7c1 100644 --- a/plugins/stronghold/README.md +++ b/plugins/stronghold/README.md @@ -41,13 +41,6 @@ pnpm add @tauri-apps/plugin-stronghold npm add @tauri-apps/plugin-stronghold # or yarn add @tauri-apps/plugin-stronghold - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-stronghold#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-stronghold#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-stronghold#v2 ``` ## Usage diff --git a/plugins/updater/README.md b/plugins/updater/README.md index 79fea467d..b3afb818a 100644 --- a/plugins/updater/README.md +++ b/plugins/updater/README.md @@ -34,21 +34,12 @@ tauri-plugin-updater = { 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-updater # or npm add @tauri-apps/plugin-updater # or yarn add @tauri-apps/plugin-updater - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-updater#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-updater#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-updater#v2 ``` ## Usage diff --git a/plugins/upload/README.md b/plugins/upload/README.md index d6169097d..5ed02aa1a 100644 --- a/plugins/upload/README.md +++ b/plugins/upload/README.md @@ -34,21 +34,12 @@ tauri-plugin-upload = { 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-upload # or npm add @tauri-apps/plugin-upload # or yarn add @tauri-apps/plugin-upload - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-upload#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-upload#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-upload#v2 ``` ## Usage diff --git a/plugins/websocket/README.md b/plugins/websocket/README.md index ec5fce9b5..3d9e7a848 100644 --- a/plugins/websocket/README.md +++ b/plugins/websocket/README.md @@ -33,21 +33,12 @@ tauri-plugin-websocket = { git = "https://github.com/tauri-apps/plugins-workspac 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-websocket # or npm add @tauri-apps/plugin-websocket # or yarn add @tauri-apps/plugin-websocket - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-websocket#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-websocket#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-websocket#v2 ``` ## Usage diff --git a/plugins/window-state/README.md b/plugins/window-state/README.md index 4af93de25..0d74413ee 100644 --- a/plugins/window-state/README.md +++ b/plugins/window-state/README.md @@ -33,21 +33,12 @@ tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-works 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-window-state # or npm add @tauri-apps/plugin-window-state # or yarn add @tauri-apps/plugin-window-state - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-window-state#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-window-state#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-window-state#v2 ``` ## Usage diff --git a/shared/template/README.md b/shared/template/README.md index 5d1534993..c5b456bff 100644 --- a/shared/template/README.md +++ b/shared/template/README.md @@ -33,23 +33,12 @@ tauri-plugin-PLUGIN_NAME = { git = "https://github.com/tauri-apps/plugins-worksp 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-PLUGIN_NAME # or npm add @tauri-apps/plugin-PLUGIN_NAME # or yarn add @tauri-apps/plugin-PLUGIN_NAME - -# alternatively with Git: -pnpm add https://github.com/tauri-apps/tauri-plugin-PLUGIN_NAME#v2 -# or -npm add https://github.com/tauri-apps/tauri-plugin-PLUGIN_NAME#v2 -# or -yarn add https://github.com/tauri-apps/tauri-plugin-PLUGIN_NAME#v2 ``` ## Usage