Skip to content

Commit f60360e

Browse files
authored
Update README
1 parent e67e7cc commit f60360e

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@ If you are using MacOS or Windows, you can install desktop version: [putio-sync-
1010
Installing
1111
----------
1212

13-
If you are on MacOS you can install from [brew](https://brew.sh/):
13+
If you are on macOS you can install with [Homebrew](https://brew.sh/):
1414
```sh
15-
brew tap putdotio/tap
16-
brew install putio-sync
15+
brew install putdotio/tap/putio-sync
1716
```
1817

18+
> [!NOTE]
19+
> If you previously installed via the old tap (`putdotio/putio-sync`), you'll need to uninstall first and reinstall with the new formula name:
20+
> ```sh
21+
> brew uninstall putio-sync
22+
> brew untap putdotio/putio-sync
23+
> brew install putdotio/tap/putio-sync
24+
> ```
25+
1926
Otherwise, get the latest binary from [releases page](https://github.com/putdotio/putio-sync/releases).
2027
2128
Usage

0 commit comments

Comments
 (0)