Skip to content

Commit d844677

Browse files
authored
docs: replace 'MacOS' to 'macOS' in README.md (#299)
1 parent 19ed611 commit d844677

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Backrest itself is built in Golang (matching restic's implementation) and is shi
2727

2828
- [Docker](https://hub.docker.com/r/garethgeorge/backrest)
2929
- Linux
30-
- MacOS
30+
- macOS
3131
- Windows
3232
- FreeBSD
3333

3434
**Features**
3535

3636
- WebUI supports local and remote access (e.g. run on a NAS and access from your desktop)
37-
- Multi-platform support (Linux, MacOS, Windows, FreeBSD, [Docker](https://hub.docker.com/r/garethgeorge/backrest))
37+
- Multi-platform support (Linux, macOS, Windows, FreeBSD, [Docker](https://hub.docker.com/r/garethgeorge/backrest))
3838
- Import your existing restic repositories
3939
- Cron scheduled backups and health operations (e.g. prune and forget)
4040
- UI for browing and restoring files from snapshots
@@ -51,7 +51,7 @@ Backrest itself is built in Golang (matching restic's implementation) and is shi
5151

5252
# Installation
5353

54-
Backrest is packaged as a single executable. It can be run directly on Linux, MacOS, and Windows. [restic](https://github.com/restic/restic) will be downloaded and installed in the data directory on first run.
54+
Backrest is packaged as a single executable. It can be run directly on Linux, macOS, and Windows. [restic](https://github.com/restic/restic) will be downloaded and installed in the data directory on first run.
5555

5656
Download options
5757

@@ -175,7 +175,7 @@ sudo systemctl start backrest
175175

176176
Note: you can set the linux user and group to your primary user (e.g. `whoami` when logged in).
177177

178-
## Running on MacOS
178+
## Running on macOS
179179

180180
#### Using Brew (Recommended)
181181

@@ -221,7 +221,7 @@ To run the binary on login, create a shortcut to the binary and place it in the
221221

222222
warning: If you get filesystem errors you may need to run Backrest as administrator for full filesystem access.
223223

224-
warning: Backrest is not tested on Windows to the same bar as Linux and MacOS. Some features may not work as expected.
224+
warning: Backrest is not tested on Windows to the same bar as Linux and macOS. Some features may not work as expected.
225225

226226
# Configuration
227227

0 commit comments

Comments
 (0)