From 317122f4aa287631386ea04e6d2a69eba2ae9e55 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 26 Aug 2024 22:13:51 +0300 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b906eeda..0de20310 100644 --- a/README.md +++ b/README.md @@ -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