We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127997a commit f7f7bc4Copy full SHA for f7f7bc4
README.md
@@ -48,13 +48,13 @@ Example for JetBrains IDEA Community Edition:
48
asdf plugin add ideac https://github.com/asdf-community/asdf-jetbrains.git
49
50
# Show all installable versions of JetBrains IDEA Community Edition
51
-asdf list-all ideac
+asdf list all ideac
52
53
# Install specific version
54
asdf install ideac latest
55
56
-# Set a version globally (on your ~/.tool-versions file)
57
-asdf global ideac latest
+# Set a version globally (in your ~/.tool-versions file)
+asdf set -u ideac latest
58
59
# Now 'ideac' command is available
60
ideac
0 commit comments