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

add asdf to Packages under README #1264

Merged
merged 2 commits into from
Jul 11, 2022
Merged

add asdf to Packages under README #1264

merged 2 commits into from
Jul 11, 2022

Conversation

julian-a-avar-c
Copy link
Contributor

No description provided.

@casey
Copy link
Owner

casey commented Jul 11, 2022

Nice, thank you!

I don't know how asdf works, but is this command right:

asdf install asdf <version>

Should it be:

asdf install just <version>

Also, is it possible to do asdf install just <version> without doing asdf plugin add just? (Wondering if the command can be made shorter.)

@julian-a-avar-c
Copy link
Contributor Author

julian-a-avar-c commented Jul 11, 2022

In my experience it's best to think of asdf as a package manager manager.

asdf plugin add just is actually the shortened version of asdf plugin add just https://github.com/ggilmore/asdf-just.git. The reason there is a shortcut is because someone added it to the asdf community plugins repo.

asdf plugin add just to add the alias. asdf list all just to view possible versions. asdf install just <version> to get the specific version you want, and asdf global just <version> to make change the global just version.

So from that perhaps you could make the command there longer to include && asdf global just <version>, but most asdf users are used to that already. And so I believe that the command in my revision should be the shortest "friendly" command to get just installed.

@casey
Copy link
Owner

casey commented Jul 11, 2022

Gotcha, thanks for the explanation!

Should it be asdf install just <version> then? (Currently it's asdf install asdf <version>.)

@julian-a-avar-c
Copy link
Contributor Author

julian-a-avar-c commented Jul 11, 2022

Whoops i see what you mean now i made a small typo. You are 100% correct.

@julian-a-avar-c
Copy link
Contributor Author

Sorry that took a while, just got home :D. I hope it's useful to other asdf users.

@casey
Copy link
Owner

casey commented Jul 11, 2022

Sweet, merging! Thank you!

@casey casey enabled auto-merge (squash) July 11, 2022 23:04
@casey casey merged commit 64b4d71 into casey:master Jul 11, 2022
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

Successfully merging this pull request may close these issues.

2 participants