diff --git a/README.md b/README.md index e286ff97..118f79ff 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,23 @@ dotnet DepotDownloader.dll -app [-depot [-manifest ]] [-username [-password ]] [other options] ``` -### Downloading a workshop item +For example: `dotnet DepotDownloader.dll -app 730 -depot 731 -manifest 7617088375292372759` + +### Downloading a workshop item using pubfile id ``` -dotnet DepotDownloader.dll -pubfile [-username [-password ]] +dotnet DepotDownloader.dll -app -pubfile [-username [-password ]] ``` -or + +For example: `dotnet DepotDownloader.dll -app 730 -pubfile 1885082371` + +### Downloading a workshop item using ugc id ``` -dotnet DepotDownloader.dll -ugc [-username [-password ]] +dotnet DepotDownloader.dll -app -ugc [-username [-password ]] ``` -### Parameters +For example: `dotnet DepotDownloader.dll -app 730 -ugc 770604181014286929` + +## Parameters Parameter | Description --------- | -----------