hypr-dynamic-cursors icon indicating copy to clipboard operation
hypr-dynamic-cursors copied to clipboard

Fix README.md github repository

Open CuddlyBunion341 opened this issue 1 year ago • 1 comments

Running the following command doesn't work as it is not a valid git repository:

❯ 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?)

The fix would be to add the .git extension to the repository url.

CuddlyBunion341 avatar Oct 12 '24 23:10 CuddlyBunion341

Are you sure it doesn't work with no .git? For me the following works:

$ hyprpm add https://github.com/virtcode/hypr-dynamic-cursors

✔ adding a new plugin repository from https://github.com/virtcode/hypr-dynamic-cursors
  MAKE SURE that you trust the authors. DO NOT install random plugins without verifying the code and author.
  Are you sure? [Y/n]

 → Cloning https://github.com/virtcode/hypr-dynamic-cursors
✔ cloned
✔ found hyprpm manifest
✔ parsed manifest, found 1 plugins:
 → dynamic-cursors by Virt version
etc.

What version and distro are you on? The error you are having looks more like a network issue to me

VirtCode avatar Oct 13 '24 00:10 VirtCode

I'm closing this as the current instructions on the readme work just fine for me on arch, so I can't reproduce the issues you are having. Feel free to reopen or post an issue if you find the cause for the problems on your side.

VirtCode avatar Oct 20 '24 10:10 VirtCode