mirror of
https://github.com/SteamRE/DepotDownloader.git
synced 2026-02-04 05:31:18 +01:00
Tweak installation instructions and add Homebrew
This commit is contained in:
13
README.md
13
README.md
@@ -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).
|
||||
|
||||
### 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`
|
||||
package:
|
||||
|
||||
@@ -19,6 +19,15 @@ package:
|
||||
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
|
||||
|
||||
### Downloading one or all depots for an app
|
||||
|
||||
Reference in New Issue
Block a user