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)