mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
document Spack to install plugin deps (#471)
This commit is contained in:
parent
76410eca46
commit
cf6149f622
@ -75,7 +75,7 @@ tab will usually do it.)
|
||||
|
||||
#### ** macOS **
|
||||
|
||||
Install these via homebrew:
|
||||
Installation via Homebrew:
|
||||
|
||||
```shell
|
||||
brew install \
|
||||
@ -83,6 +83,14 @@ brew install \
|
||||
libyaml readline libxslt libtool unixodbc
|
||||
```
|
||||
|
||||
Installation via Spack:
|
||||
|
||||
```shell
|
||||
spack install \
|
||||
coreutils automake autoconf openssl \
|
||||
libyaml readline libxslt libtool unixodbc
|
||||
```
|
||||
|
||||
#### ** Ubuntu **
|
||||
|
||||
```shell
|
||||
|
Loading…
Reference in New Issue
Block a user