11<div align =" center " >
22
3- # asdf-clang-tools-static [ ![ Build] ( https://github.com/amrox/asdf-clang-tools-static /actions/workflows/build.yml/badge.svg )] ( https://github.com/amrox/asdf-clang-tools-static /actions/workflows/build.yml ) [ ![ Lint] ( https://github.com/amrox/asdf-clang-tools-static /actions/workflows/lint.yml/badge.svg )] ( https://github.com/amrox/asdf-clang-tools-static /actions/workflows/lint.yml )
3+ # asdf-clang-tools [ ![ Build] ( https://github.com/amrox/asdf-clang-tools/actions/workflows/build.yml/badge.svg )] ( https://github.com/amrox/asdf-clang-tools/actions/workflows/build.yml ) [ ![ Lint] ( https://github.com/amrox/asdf-clang-tools/actions/workflows/lint.yml/badge.svg )] ( https://github.com/amrox/asdf-clang-tools/actions/workflows/lint.yml )
44
55
6- [ clang-tools-static ] ( https://github.com/amrox/clang-tools-static ) plugin for the [ asdf version manager] ( https://asdf-vm.com ) .
6+ [ clang-tools] ( https://github.com/amrox/clang-tools ) plugin for the [ asdf version manager] ( https://asdf-vm.com ) .
77
88</div >
99
2525Plugin:
2626
2727``` shell
28- asdf plugin add clang-tools-static
28+ asdf plugin add clang-tools
2929# or
30- asdf plugin add clang-tools-static https://github.com/amrox/asdf-clang-tools-static .git
30+ asdf plugin add clang-tools https://github.com/amrox/asdf-clang-tools.git
3131```
3232
33- clang-tools-static :
33+ clang-tools:
3434
3535``` shell
3636# Show all installable versions
37- asdf list-all clang-tools-static
37+ asdf list-all clang-tools
3838
3939# Install specific version
40- asdf install clang-tools-static latest
40+ asdf install clang-tools latest
4141
4242# Set a version globally (on your ~/.tool-versions file)
43- asdf global clang-tools-static latest
43+ asdf global clang-tools latest
4444
45- # Now clang-tools-static commands are available
45+ # Now clang-tools commands are available
4646clang-format
4747```
4848
@@ -53,7 +53,7 @@ install & manage versions.
5353
5454Contributions of any kind welcome! See the [ contributing guide] ( contributing.md ) .
5555
56- [ Thanks goes to these contributors] ( https://github.com/amrox/asdf-clang-tools-static /graphs/contributors ) !
56+ [ Thanks goes to these contributors] ( https://github.com/amrox/asdf-clang-tools/graphs/contributors ) !
5757
5858# License
5959
0 commit comments