Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

register documentation is unclear on requirements #3

Open
kevinthompson opened this issue Oct 17, 2024 · 1 comment
Open

register documentation is unclear on requirements #3

kevinthompson opened this issue Oct 17, 2024 · 1 comment

Comments

@kevinthompson
Copy link

I found that I needed to extract the DragonRuby archive, then provide a path to the directory where the dragonruby executable exists. I also found that you cannot register a directory when you are in the folder itself.

Doesn't work

drenv register dragonruby-gtk-macos.zip
drenv register dragonruby-gtk-macos
cd dragonruby-gtk-macos/dragonruby-macos && drenv register .

Does Work

drenv dragonruby-gtk-macos/dragonruby-macos
cd dragonruby-gtk-macos && drenv register dragonruby-macos

Ideally the CLI could handle extracting the archive, but at the very least it would be helpful to provide more explicit guidance in the README

@Nitemaeric
Copy link
Owner

I've added some additional explicit guidance. Hopefully this improves clarity. bcb879d

I also found that you cannot register a directory when you are in the folder itself.

That's interesting. I'll do some investigation next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants