From f189254170b2730c83ea5f1ae0844a8985e32e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=81=A5=E8=8E=B9?= Date: Sun, 3 Mar 2024 21:00:08 +0800 Subject: [PATCH] chore: Update README.md --- README-ZH.md | 11 +++++++++++ README.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/README-ZH.md b/README-ZH.md index 4efc28b..01b07d2 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -52,6 +52,17 @@ dependencies: hotkey_manager: ^0.2.0 ``` +或 + +```yaml +dependencies: + hotkey_manager: + git: + path: packages/hotkey_manager + url: https://github.com/leanflutter/hotkey_manager.git + ref: main +``` + #### Linux requirements - [`keybinder-3.0`](https://github.com/kupferlauncher/keybinder) diff --git a/README.md b/README.md index a5b2fae..5c2da4e 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,17 @@ dependencies: hotkey_manager: ^0.2.0 ``` +Or + +```yaml +dependencies: + hotkey_manager: + git: + path: packages/hotkey_manager + url: https://github.com/leanflutter/hotkey_manager.git + ref: main +``` + #### Linux requirements - [`keybinder-3.0`](https://github.com/kupferlauncher/keybinder)