Improve macOS doc (#173)

* Use "macOS" instead of "Mac OS"
* List various possible installation directories

Co-authored-by: Romain Failliot <romain.failliot@foolstep.com>
This commit is contained in:
Kirill Müller 2022-11-21 20:19:39 +01:00 committed by GitHub
parent 8e32f883ec
commit a2e7ac4967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -37,7 +37,7 @@ _Note: Tested on Fedora 36_
</details>
<details>
<summary>Mac OS</summary>
<summary>macOS</summary>
On Mac, all dependencies can be installed using [Homebrew](https://docs.brew.sh/):
@ -148,11 +148,12 @@ sudo ninja uninstall -C build
sudo rm -v /usr/local/share/locale/*/LC_MESSAGES/diffuse.mo
```
### Setup on Mac OS
### Setup on macOS
#### Build and test
Diffuse is using Meson as its build system.
Diffuse is using Meson as its build system, this is the only supported system
on macOS.
To build and test Diffuse:
@ -165,7 +166,8 @@ meson test
#### Install on system and run
To install Diffuse on your system (e.g. `/usr/local/`):
To install Diffuse on your system (e.g. `/Applications/` and `/opt/homebrew/`
or `/usr/local/`):
```sh
meson install # requires admin privileges