mirror of
https://github.com/restic/restic.git
synced 2025-01-22 15:28:37 +00:00
Rename OS X to macOS in the documentation
macOS is the official name since the release of macOS 10.12 (Sierra).
This commit is contained in:
parent
6bc99ce451
commit
40e0016403
2 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ locally as a pre-commit hook checks formatting before committing automatically,
|
||||||
just copy this script to `.git/hooks/pre-commit`.
|
just copy this script to `.git/hooks/pre-commit`.
|
||||||
|
|
||||||
For each pull request, several different systems run the integration tests on
|
For each pull request, several different systems run the integration tests on
|
||||||
Linux, OS X and Windows. We won't merge any code that does not pass all tests
|
Linux, macOS and Windows. We won't merge any code that does not pass all tests
|
||||||
for all systems, so when a tests fails, try to find out what's wrong and fix
|
for all systems, so when a tests fails, try to find out what's wrong and fix
|
||||||
it. If you need help on this, please leave a comment in the pull request, and
|
it. If you need help on this, please leave a comment in the pull request, and
|
||||||
we'll be glad to assist. Having a PR with failing integration tests is nothing
|
we'll be glad to assist. Having a PR with failing integration tests is nothing
|
||||||
|
|
|
@ -71,7 +71,7 @@ avoid any conflicts:
|
||||||
macOS
|
macOS
|
||||||
=====
|
=====
|
||||||
|
|
||||||
If you are using Mac OS X, you can install restic using the
|
If you are using macOS, you can install restic using the
|
||||||
`homebrew <http://brew.sh/>`__ package manager:
|
`homebrew <http://brew.sh/>`__ package manager:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
Loading…
Reference in a new issue