From 5bbb826a3f28d0f0e9c39110b724822bc2e86394 Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Tue, 8 Oct 2013 19:08:55 +0100 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5b0747d1..b181707b 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,23 @@ DepotDownloader Steam depot downloader utilizing the SteamKit2 library. Supports .NET and Mono +``` Use: depotdownloader [optional parameters] Parameters: - -app # - the AppID to download. + -app # - the AppID to download. Optional Parameters: - -depot # - the DepotID to download. - -cellid # - the overridden CellID of the content server to download from. - -username user - the username of the account to login to for restricted content. - -password pass - the password of the account to login to for restricted content. - -dir installdir - the directory in which to place downloaded files. - -filelist filename.txt - a list of files to download (from the manifest). Can optionally use regex to download only certain files. - -all-platforms - downloads all platform-specific depots when -app is used. - -manifest-only - downloads a human readable manifest for any depots that would be downloaded. - -beta branchname - download from specified branch if available. - -betapassword pass - branch password if applicable. - -manifest manifestid - manifest id of content to download (requires -depot). + -depot # - the DepotID to download. + -cellid # - the overridden CellID of the content server to download from. + -username user - the username of the account to login to for restricted content. + -password pass - the password of the account to login to for restricted content. + -dir installdir - the directory in which to place downloaded files. + -filelist file.txt - a list of files to download (from the manifest). + Can optionally use regex to download only certain files. + -all-platforms - downloads all platform-specific depots when -app is used. + -manifest-only - downloads a human readable manifest for any depots that would be downloaded. + -beta branchname - download from specified branch if available. + -betapassword pass - branch password if applicable. + -manifest manifestid - manifest id of content to download (requires -depot). +```