Skip to content

Commit d9e2d56

Browse files
davorbadrovjthegedus
authored andcommitted
[docs] add commands for macOS and Fedora plugins dependencies (asdf-vm#454)
1 parent f19d5a2 commit d9e2d56

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/core-manage-asdf-vm.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ tab will usually do it.)
7878
Install these via homebrew:
7979

8080
```shell
81-
coreutils automake autoconf openssl \
82-
libyaml readline libxslt libtool unixodbc
81+
brew install \
82+
coreutils automake autoconf openssl \
83+
libyaml readline libxslt libtool unixodbc
8384
```
8485

8586
#### ** Ubuntu **
@@ -94,9 +95,10 @@ sudo apt install \
9495
#### **Fedora**
9596

9697
```shell
97-
automake autoconf readline-devel \
98-
ncurses-devel openssl-devel libyaml-devel \
99-
libxslt-devel libffi-devel libtool unixODBC-devel
98+
sudo dnf install \
99+
automake autoconf readline-devel \
100+
ncurses-devel openssl-devel libyaml-devel \
101+
libxslt-devel libffi-devel libtool unixODBC-devel
100102
```
101103

102104
<!-- tabs:end -->

0 commit comments

Comments
 (0)