mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
chore: Add branch to install instructions that use git (#433)
This commit is contained in:
@@ -40,11 +40,11 @@ yarn add tauri-plugin-positioner-api
|
||||
Or through git:
|
||||
|
||||
```sh
|
||||
pnpm add https://github.com/tauri-apps/tauri-plugin-positioner
|
||||
pnpm add https://github.com/tauri-apps/tauri-plugin-positioner#v1
|
||||
# or
|
||||
npm add https://github.com/tauri-apps/tauri-plugin-positioner
|
||||
npm add https://github.com/tauri-apps/tauri-plugin-positioner#v1
|
||||
# or
|
||||
yarn add https://github.com/tauri-apps/tauri-plugin-positioner
|
||||
yarn add https://github.com/tauri-apps/tauri-plugin-positioner#v1
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user