mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
Fix README.md github repository
Running the following command doesn't work as it is not a valid git repository: ```sh ❯ hyprpm add https://github.com/virtcode/hypr-dynamic-cursors → Cloning https://github.com/virtcode/hypr-dynamic-cursors ╍━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0 / 5 Cloning the plugin repository ✖ Could not clone the plugin repository. shell returned: Cloning into 'dani'... fatal: unable to access 'https://github.com/virtcode/hypr-dynamic-cursors/': Could not resolve host: github.com ✖ Couldn't enable plugin (missing?) ```
This commit is contained in:
parent
3ff4c2a053
commit
ebcbcb3cd1
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Please note that this plugin was created more or less as a joke. I mainly wanted
|
|||
Installation is supported via `hyprpm`. Supported hyprland versions are `v0.41.2` and upwards. The main branch generally tries to target `-git`.
|
||||
|
||||
```sh
|
||||
hyprpm add https://github.com/virtcode/hypr-dynamic-cursors
|
||||
hyprpm add https://github.com/virtcode/hypr-dynamic-cursors.git
|
||||
hyprpm enable dynamic-cursors
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue