You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# BorgBackup [Homebrew](https://brew.sh/) tap
2
2
3
-
## Why install [Borg](https://www.borgbackup.org/) using this tap vs`brew install borgbackup`?
3
+
## Why install [Borg](https://www.borgbackup.org/) using this tap instead of`brew install borgbackup`?
4
4
5
5
The `borgbackup-fuse` formula maintained in this tap depends on [macFUSE](https://osxfuse.github.io) and [llfuse](https://github.com/python-llfuse/python-llfuse/) which are required to mount repositories or archives using `borg mount`.
6
6
@@ -15,15 +15,15 @@ brew install --cask macfuse
15
15
brew install borgbackup/tap/borgbackup-fuse
16
16
```
17
17
18
-
After that, borgbackup should upgrade automatically with homebrew when a new release is made.
18
+
After that, BorgBackup should upgrade automatically with Homebrew when a new release is made.
19
19
20
20
## For maintainers: How to make a new release?
21
21
22
-
1. Get new package URLs and SHAs from [PyPi](https://pypi.org/project/borgbackup/)
22
+
1. Get new package URLs and SHAs from [PyPI](https://pypi.org/project/borgbackup/)
0 commit comments