Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Aug 26, 2024
1 parent 99d227c commit 4de5292
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,23 @@ DepotDownloader

Steam depot downloader utilizing the SteamKit2 library. Supports .NET 8.0

This program must be run from a console, it has no GUI.

## Installation

Download a binary from [the releases page](https://github.com/SteamRE/DepotDownloader/releases/latest).

This program must be run from a console, it has no GUI.
### Via Windows Package Manager CLI (aka winget)

[winget](https://github.com/microsoft/winget-cli) users can download and install
the latest Terminal release by installing the `SteamRE.DepotDownloader`
package:

```powershell
winget install --exact --id SteamRE.DepotDownloader
```

## Usage

### Downloading one or all depots for an app
```powershell
Expand Down

0 comments on commit 4de5292

Please sign in to comment.