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

This commit is contained in:
Fabian-Lars
2023-06-12 11:20:59 +02:00
committed by GitHub
parent 523bcdc528
commit 0984fc8374
13 changed files with 38 additions and 36 deletions
+3 -3
View File
@@ -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