Skip to content

Commit cf6149f

Browse files
whitfinjthegedus
authored andcommitted
document Spack to install plugin deps (asdf-vm#471)
1 parent 76410ec commit cf6149f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/core-manage-asdf-vm.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,22 @@ tab will usually do it.)
7575

7676
#### ** macOS **
7777

78-
Install these via homebrew:
78+
Installation via Homebrew:
7979

8080
```shell
8181
brew install \
8282
coreutils automake autoconf openssl \
8383
libyaml readline libxslt libtool unixodbc
8484
```
8585

86+
Installation via Spack:
87+
88+
```shell
89+
spack install \
90+
coreutils automake autoconf openssl \
91+
libyaml readline libxslt libtool unixodbc
92+
```
93+
8694
#### ** Ubuntu **
8795

8896
```shell

0 commit comments

Comments
 (0)