Skip to content

Commit e21e7a6

Browse files
authored
docs: asdf lithia plugin
1 parent d88ddc5 commit e21e7a6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,27 @@ To get syntax highlighting, use the [Lithia for VS Code extension](https://marke
6868

6969
> Not using Visual Studio Code? Get started with `lithia lsp --help`.
7070
71+
### asdf
72+
73+
If you are using the [asdf version manager](https://asdf-vm.com), there is a [lithia plugin](https://github.com/vknabel/asdf-lithia)!
74+
75+
```bash
76+
# Install the plugin
77+
$ asdf plugin add lithia https://github.com/vknabel/asdf-lithia.git
78+
79+
# Show all installable versions
80+
asdf list-all lithia
81+
82+
# Install specific version
83+
asdf install lithia latest
84+
85+
# Set a version globally (on your ~/.tool-versions file)
86+
asdf global lithia latest
87+
88+
# Now lithia commands are available
89+
lithia --version
90+
```
91+
7192
### Docker
7293

7394
To give Lithia a try, you can use our docker container to start the REPL:

0 commit comments

Comments
 (0)