Skip to content

Commit cc98e6a

Browse files
authored
docs: Remove mirror install instructions (#2893)
1 parent af22ae0 commit cc98e6a

File tree

28 files changed

+0
-252
lines changed

28 files changed

+0
-252
lines changed

plugins/autostart/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,12 @@ tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspac
3333

3434
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3535

36-
> 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.
37-
3836
```sh
3937
pnpm add @tauri-apps/plugin-autostart
4038
# or
4139
npm add @tauri-apps/plugin-autostart
4240
# or
4341
yarn add @tauri-apps/plugin-autostart
44-
45-
# alternatively with Git:
46-
pnpm add https://github.com/tauri-apps/tauri-plugin-autostart#v2
47-
# or
48-
npm add https://github.com/tauri-apps/tauri-plugin-autostart#v2
49-
# or
50-
yarn add https://github.com/tauri-apps/tauri-plugin-autostart#v2
5142
```
5243

5344
## Usage

plugins/barcode-scanner/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,12 @@ tauri-plugin-barcode-scanner = { git = "https://github.com/tauri-apps/plugins-wo
3333

3434
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3535

36-
> 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.
37-
3836
```sh
3937
pnpm add @tauri-apps/plugin-barcode-scanner
4038
# or
4139
npm add @tauri-apps/plugin-barcode-scanner
4240
# or
4341
yarn add @tauri-apps/plugin-barcode-scanner
44-
45-
# alternatively with Git:
46-
pnpm add https://github.com/tauri-apps/tauri-plugin-barcode-scanner#v2
47-
# or
48-
npm add https://github.com/tauri-apps/tauri-plugin-barcode-scanner#v2
49-
# or
50-
yarn add https://github.com/tauri-apps/tauri-plugin-barcode-scanner#v2
5142
```
5243

5344
## Usage

plugins/biometric/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ tauri-plugin-biometric = { git = "https://github.com/tauri-apps/plugins-workspac
3333

3434
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3535

36-
> 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.
37-
3836
<!-- Add the branch for installations using git! -->
3937

4038
```sh
@@ -43,13 +41,6 @@ pnpm add @tauri-apps/plugin-biometric
4341
npm add @tauri-apps/plugin-biometric
4442
# or
4543
yarn add @tauri-apps/plugin-biometric
46-
47-
# alternatively with Git:
48-
pnpm add https://github.com/tauri-apps/tauri-plugin-biometric#v2
49-
# or
50-
npm add https://github.com/tauri-apps/tauri-plugin-biometric#v2
51-
# or
52-
yarn add https://github.com/tauri-apps/tauri-plugin-biometric#v2
5344
```
5445

5546
## Usage

plugins/cli/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,12 @@ tauri-plugin-cli = { git = "https://github.com/tauri-apps/plugins-workspace", br
3434

3535
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3636

37-
> 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.
38-
3937
```sh
4038
pnpm add @tauri-apps/plugin-cli
4139
# or
4240
npm add @tauri-apps/plugin-cli
4341
# or
4442
yarn add @tauri-apps/plugin-cli
45-
46-
# alternatively with Git:
47-
pnpm add https://github.com/tauri-apps/tauri-plugin-cli#v2
48-
# or
49-
npm add https://github.com/tauri-apps/tauri-plugin-cli#v2
50-
# or
51-
yarn add https://github.com/tauri-apps/tauri-plugin-cli#v2
5243
```
5344

5445
## Usage

plugins/clipboard-manager/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,12 @@ tauri-plugin-clipboard-manager = { git = "https://github.com/tauri-apps/plugins-
3333

3434
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3535

36-
> 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.
37-
3836
```sh
3937
pnpm add @tauri-apps/plugin-clipboard-manager
4038
# or
4139
npm add @tauri-apps/plugin-clipboard-manager
4240
# or
4341
yarn add @tauri-apps/plugin-clipboard-manager
44-
45-
# alternatively with Git:
46-
pnpm add https://github.com/tauri-apps/tauri-plugin-clipboard-manager#v2
47-
# or
48-
npm add https://github.com/tauri-apps/tauri-plugin-clipboard-manager#v2
49-
# or
50-
yarn add https://github.com/tauri-apps/tauri-plugin-clipboard-manager#v2
5142
```
5243

5344
## Usage

plugins/deep-link/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,12 @@ tauri-plugin-deep-link = { git = "https://github.com/tauri-apps/plugins-workspac
3333

3434
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3535

36-
> 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.
37-
3836
```sh
3937
pnpm add @tauri-apps/plugin-deep-link
4038
# or
4139
npm add @tauri-apps/plugin-deep-link
4240
# or
4341
yarn add @tauri-apps/plugin-deep-link
44-
45-
# alternatively with Git:
46-
pnpm add https://github.com/tauri-apps/tauri-plugin-deep-link#v2
47-
# or
48-
npm add https://github.com/tauri-apps/tauri-plugin-deep-link#v2
49-
# or
50-
yarn add https://github.com/tauri-apps/tauri-plugin-deep-link#v2
5142
```
5243

5344
## Setting up

plugins/dialog/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,12 @@ tauri-plugin-dialog = { git = "https://github.com/tauri-apps/plugins-workspace",
3333

3434
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3535

36-
> 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.
37-
3836
```sh
3937
pnpm add @tauri-apps/plugin-dialog
4038
# or
4139
npm add @tauri-apps/plugin-dialog
4240
# or
4341
yarn add @tauri-apps/plugin-dialog
44-
45-
# alternatively with Git:
46-
pnpm add https://github.com/tauri-apps/tauri-plugin-dialog#v2
47-
# or
48-
npm add https://github.com/tauri-apps/tauri-plugin-dialog#v2
49-
# or
50-
yarn add https://github.com/tauri-apps/tauri-plugin-dialog#v2
5142
```
5243

5344
## Usage

plugins/fs/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,12 @@ tauri-plugin-fs = { git = "https://github.com/tauri-apps/plugins-workspace", bra
3333

3434
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3535

36-
> 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.
37-
3836
```sh
3937
pnpm add @tauri-apps/plugin-fs
4038
# or
4139
npm add @tauri-apps/plugin-fs
4240
# or
4341
yarn add @tauri-apps/plugin-fs
44-
45-
# alternatively with Git:
46-
pnpm add https://github.com/tauri-apps/tauri-plugin-fs#v2
47-
# or
48-
npm add https://github.com/tauri-apps/tauri-plugin-fs#v2
49-
# or
50-
yarn add https://github.com/tauri-apps/tauri-plugin-fs#v2
5142
```
5243

5344
## Usage

plugins/geolocation/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ tauri-plugin-geolocation = { git = "https://github.com/tauri-apps/plugins-worksp
3333

3434
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3535

36-
> 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.
37-
3836
<!-- Add the branch for installations using git! -->
3937

4038
```sh
@@ -43,13 +41,6 @@ pnpm add @tauri-apps/plugin-geolocation
4341
npm add @tauri-apps/plugin-geolocation
4442
# or
4543
yarn add @tauri-apps/plugin-geolocation
46-
47-
# alternatively with Git:
48-
pnpm add https://github.com/tauri-apps/tauri-plugin-geolocation#v2
49-
# or
50-
npm add https://github.com/tauri-apps/tauri-plugin-geolocation#v2
51-
# or
52-
yarn add https://github.com/tauri-apps/tauri-plugin-geolocation#v2
5344
```
5445

5546
## Setting up

plugins/global-shortcut/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,12 @@ tauri-plugin-global-shortcut = { git = "https://github.com/tauri-apps/plugins-wo
3434

3535
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
3636

37-
> 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.
38-
3937
```sh
4038
pnpm add @tauri-apps/plugin-global-shortcut
4139
# or
4240
npm add @tauri-apps/plugin-global-shortcut
4341
# or
4442
yarn add @tauri-apps/plugin-global-shortcut
45-
46-
# alternatively with Git:
47-
pnpm add https://github.com/tauri-apps/tauri-plugin-global-shortcut#v2
48-
# or
49-
npm add https://github.com/tauri-apps/tauri-plugin-global-shortcut#v2
50-
# or
51-
yarn add https://github.com/tauri-apps/tauri-plugin-global-shortcut#v2
5243
```
5344

5445
## Usage

0 commit comments

Comments
 (0)