File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ _Note: Tested on Fedora 36_
3737</details >
3838
3939<details >
40- <summary>Mac OS </summary>
40+ <summary>macOS </summary>
4141
4242On Mac, all dependencies can be installed using [ Homebrew] ( https://docs.brew.sh/ ) :
4343
@@ -111,7 +111,7 @@ meson test
111111To install Diffuse on your system (e.g. ` /usr/local/ ` ):
112112
113113``` sh
114- meson install # requires admin privileges
114+ meson install # requires admin privileges
115115```
116116
117117To run Diffuse:
@@ -148,11 +148,12 @@ sudo ninja uninstall -C build
148148sudo rm -v /usr/local/share/locale/* /LC_MESSAGES/diffuse.mo
149149```
150150
151- ### Setup on Mac OS
151+ ### Setup on macOS
152152
153153#### Build and test
154154
155- Diffuse is using Meson as its build system.
155+ Diffuse is using Meson as its build system, this is the only supported system
156+ on macOS.
156157
157158To build and test Diffuse:
158159
@@ -165,10 +166,11 @@ meson test
165166
166167#### Install on system and run
167168
168- To install Diffuse on your system (e.g. ` /usr/local/ ` ):
169+ To install Diffuse on your system (e.g. ` /Applications/ ` and ` /opt/homebrew/ `
170+ or ` /usr/local/ ` ):
169171
170172``` sh
171- meson install # requires admin privileges
173+ meson install # requires admin privileges
172174```
173175
174176To run Diffuse:
You can’t perform that action at this time.
0 commit comments