Skip to content

Commit a2e7ac4

Browse files
krlmlrMightyCreak
andauthored
Improve macOS doc (#173)
* Use "macOS" instead of "Mac OS" * List various possible installation directories Co-authored-by: Romain Failliot <[email protected]>
1 parent 8e32f88 commit a2e7ac4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/developers/developers-setup.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

4242
On Mac, all dependencies can be installed using [Homebrew](https://docs.brew.sh/):
4343

@@ -111,7 +111,7 @@ meson test
111111
To 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

117117
To run Diffuse:
@@ -148,11 +148,12 @@ sudo ninja uninstall -C build
148148
sudo 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

157158
To 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

174176
To run Diffuse:

0 commit comments

Comments
 (0)