Tweak installation instructions and add Homebrew

pull/538/head
Yaakov 1 year ago
parent 317122f4aa
commit 83e2dbb03f

@ -9,9 +9,9 @@ This program must be run from a console, it has no GUI.
Download a binary from [the releases page](https://github.com/SteamRE/DepotDownloader/releases/latest). Download a binary from [the releases page](https://github.com/SteamRE/DepotDownloader/releases/latest).
### Via Windows Package Manager CLI (aka winget) ### via Windows Package Manager CLI (aka winget)
[winget](https://github.com/microsoft/winget-cli) users can download and install On Windows, [winget](https://github.com/microsoft/winget-cli) users can download and install
the latest Terminal release by installing the `SteamRE.DepotDownloader` the latest Terminal release by installing the `SteamRE.DepotDownloader`
package: package:
@ -19,6 +19,15 @@ package:
winget install --exact --id SteamRE.DepotDownloader winget install --exact --id SteamRE.DepotDownloader
``` ```
### via Homebrew
On macOS, [Homebrew](https://brew.sh) users can download and install that latest release by running the following commands:
```shell
brew tap steamre/tools
brew install depotdownloader
```
## Usage ## Usage
### Downloading one or all depots for an app ### Downloading one or all depots for an app

Loading…
Cancel
Save