11<div align =" center " >
22
3- # asdf-katana [ ![ Build] ( https://github.com/dojoengine/asdf-katana /actions/workflows/build.yml/badge.svg )] ( https://github.com/dojoengine/asdf-katana /actions/workflows/build.yml ) [ ![ Lint] ( https://github.com/dojoengine/asdf-katana /actions/workflows/lint.yml/badge.svg )] ( https://github.com/dojoengine/asdf-katana /actions/workflows/lint.yml )
3+ # asdf-torii [ ![ Build] ( https://github.com/dojoengine/asdf-torii /actions/workflows/build.yml/badge.svg )] ( https://github.com/dojoengine/asdf-torii /actions/workflows/build.yml ) [ ![ Lint] ( https://github.com/dojoengine/asdf-torii /actions/workflows/lint.yml/badge.svg )] ( https://github.com/dojoengine/asdf-torii /actions/workflows/lint.yml )
44
5- [ katana ] ( https://book.dojoengine.org/toolchain/katana ) plugin for the [ asdf version manager] ( https://asdf-vm.com ) .
5+ [ torii ] ( https://book.dojoengine.org/toolchain/torii ) plugin for the [ asdf version manager] ( https://asdf-vm.com ) .
66
77</div >
88
1616# Dependencies
1717
1818- ` bash ` , ` curl ` , ` tar ` , ` unzip ` and [ POSIX utilities] ( https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html ) .
19- - Optional: Set ` ASDF_NATIVE_BUILD=true ` environment variable to download native builds (optimized for your specific platform).
2019
2120# Install
2221
2322Plugin:
2423
2524``` shell
26- asdf plugin add katana
25+ asdf plugin add torii
2726# or
28- asdf plugin add katana https://github.com/dojoengine/asdf-katana .git
27+ asdf plugin add torii https://github.com/dojoengine/asdf-torii .git
2928```
3029
31- katana :
30+ torii :
3231
3332``` shell
3433# Show all installable versions
35- asdf list all katana
34+ asdf list all torii
3635
3736# Install specific version
38- asdf install katana latest
37+ asdf install torii latest
3938
4039# Set a version globally (on your ~/.tool-versions file)
41- asdf global katana latest
40+ asdf global torii latest
4241
43- # Now katana commands are available
44- katana --version
42+ # Now torii commands are available
43+ torii --version
4544```
4645
4746Check [ asdf] ( https://github.com/asdf-vm/asdf ) readme for more instructions on how to
@@ -51,7 +50,7 @@ install & manage versions.
5150
5251Contributions of any kind welcome! See the [ contributing guide] ( contributing.md ) .
5352
54- [ Thanks goes to these contributors] ( https://github.com/dojoengine/asdf-katana /graphs/contributors ) !
53+ [ Thanks goes to these contributors] ( https://github.com/dojoengine/asdf-torii /graphs/contributors ) !
5554
5655# License
5756
0 commit comments