File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,9 @@ tab will usually do it.)
7878Install 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 -->
You can’t perform that action at this time.
0 commit comments