Skip to content

Commit f7f7bc4

Browse files
author
Maxim Butov
committed
readme
1 parent 127997a commit f7f7bc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ Example for JetBrains IDEA Community Edition:
4848
asdf plugin add ideac https://github.com/asdf-community/asdf-jetbrains.git
4949

5050
# Show all installable versions of JetBrains IDEA Community Edition
51-
asdf list-all ideac
51+
asdf list all ideac
5252

5353
# Install specific version
5454
asdf install ideac latest
5555

56-
# Set a version globally (on your ~/.tool-versions file)
57-
asdf global ideac latest
56+
# Set a version globally (in your ~/.tool-versions file)
57+
asdf set -u ideac latest
5858

5959
# Now 'ideac' command is available
6060
ideac

0 commit comments

Comments
 (0)