We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161c9fa commit b74541eCopy full SHA for b74541e
doc/markdown/manual/installation-guide/07_munge.md
@@ -125,6 +125,17 @@ For a compile host:
125
yum -y install munge-devel
126
```
127
128
+
129
+### macOS 13/14
130
131
+```bash
132
+port install munge
133
+cp /shared/munge.key /opt/local/etc/munge
134
+chmod 400 /opt/local/etc/munge/munge.key
135
+chown munge:munge /opt/local/etc/munge/munge.key
136
+port load munge
137
+```
138
139
### FreeBSD
140
141
* installs to /usr/local
0 commit comments