Skip to content

Commit

Permalink
OSX: Update README with latest macOS instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoyt4 committed Dec 16, 2023
1 parent 72c2efb commit 08bb0da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Archlinux | pacman -S ansible
Centos | yum install ansible (enable the [EPEL](https://fedoraproject.org/wiki/EPEL) repository first)
Debian (and derivatives) | apt install ansible
Fedora | dnf install ansible
MacOSX | port -v selfupdate; port upgrade outdated; port install py310-ansible
MacOSX (macoports) | port install py311-ansible
MacOSX (homebrew) | brew install ansible
FreeBSD | pkg install py27-ansible
OpenSuse | zypper install ansible

Expand All @@ -57,6 +58,7 @@ Distribution|--limit value
:-----------|:------------
Fedora 30 | f30
MacOSX (using MacPorts)| macports
MacOSX (using MacPorts)| homebrew
FreeBSD | freebsd
Builders | builder
CPP Check and Doxygen | tools
Expand Down

0 comments on commit 08bb0da

Please sign in to comment.