chore: Add branch to install instructions that use git (#433)

pull/435/head
Fabian-Lars 2 years ago committed by GitHub
parent 523bcdc528
commit 0984fc8374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,11 +28,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-authenticator pnpm add https://github.com/tauri-apps/tauri-plugin-authenticator#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-authenticator npm add https://github.com/tauri-apps/tauri-plugin-authenticator#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-authenticator yarn add https://github.com/tauri-apps/tauri-plugin-authenticator#v1
``` ```
## Usage ## Usage

@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-autostart pnpm add https://github.com/tauri-apps/tauri-plugin-autostart#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-autostart npm add https://github.com/tauri-apps/tauri-plugin-autostart#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-autostart yarn add https://github.com/tauri-apps/tauri-plugin-autostart#v1
``` ```
## Usage ## Usage

@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-fs-extra pnpm add https://github.com/tauri-apps/tauri-plugin-fs-extra#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-fs-extra npm add https://github.com/tauri-apps/tauri-plugin-fs-extra#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-fs-extra yarn add https://github.com/tauri-apps/tauri-plugin-fs-extra#v1
``` ```
## Usage ## Usage

@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-fs-watch pnpm add https://github.com/tauri-apps/tauri-plugin-fs-watch#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-fs-watch npm add https://github.com/tauri-apps/tauri-plugin-fs-watch#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-fs-watch yarn add https://github.com/tauri-apps/tauri-plugin-fs-watch#v1
``` ```
## Usage ## Usage

@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-log pnpm add https://github.com/tauri-apps/tauri-plugin-log#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-log npm add https://github.com/tauri-apps/tauri-plugin-log#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-log yarn add https://github.com/tauri-apps/tauri-plugin-log#v1
``` ```
## Usage ## Usage

@ -40,11 +40,11 @@ yarn add tauri-plugin-positioner-api
Or through git: Or through git:
```sh ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-positioner pnpm add https://github.com/tauri-apps/tauri-plugin-positioner#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-positioner npm add https://github.com/tauri-apps/tauri-plugin-positioner#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-positioner yarn add https://github.com/tauri-apps/tauri-plugin-positioner#v1
``` ```
## Usage ## Usage

@ -28,11 +28,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-sql pnpm add https://github.com/tauri-apps/tauri-plugin-sql#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-sql npm add https://github.com/tauri-apps/tauri-plugin-sql#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-sql yarn add https://github.com/tauri-apps/tauri-plugin-sql#v1
``` ```
## Usage ## Usage

@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-store pnpm add https://github.com/tauri-apps/tauri-plugin-store#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-store npm add https://github.com/tauri-apps/tauri-plugin-store#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-store yarn add https://github.com/tauri-apps/tauri-plugin-store#v1
``` ```
## Usage ## Usage

@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-stronghold pnpm add https://github.com/tauri-apps/tauri-plugin-stronghold#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-stronghold npm add https://github.com/tauri-apps/tauri-plugin-stronghold#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-stronghold yarn add https://github.com/tauri-apps/tauri-plugin-stronghold#v1
``` ```
## Usage ## Usage

@ -27,11 +27,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-upload pnpm add https://github.com/tauri-apps/tauri-plugin-upload#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-upload npm add https://github.com/tauri-apps/tauri-plugin-upload#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-upload yarn add https://github.com/tauri-apps/tauri-plugin-upload#v1
``` ```
## Usage ## Usage

@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-websocket pnpm add https://github.com/tauri-apps/tauri-plugin-websocket#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-websocket npm add https://github.com/tauri-apps/tauri-plugin-websocket#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-websocket yarn add https://github.com/tauri-apps/tauri-plugin-websocket#v1
``` ```
## Usage ## Usage

@ -26,11 +26,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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 ```sh
pnpm add https://github.com/tauri-apps/tauri-plugin-window-state pnpm add https://github.com/tauri-apps/tauri-plugin-window-state#v1
# or # or
npm add https://github.com/tauri-apps/tauri-plugin-window-state npm add https://github.com/tauri-apps/tauri-plugin-window-state#v1
# or # or
yarn add https://github.com/tauri-apps/tauri-plugin-window-state yarn add https://github.com/tauri-apps/tauri-plugin-window-state#v1
``` ```
## Usage ## Usage

@ -25,6 +25,8 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
> 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. > 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.
<!-- Add the branch for installations using git! -->
```sh ```sh
pnpm add <!-- plugin here --> pnpm add <!-- plugin here -->
# or # or

Loading…
Cancel
Save