From 6bf29a7b9fbee4318be618e36a438486312d717e Mon Sep 17 00:00:00 2001 From: Andrii Lavrenko Date: Sat, 30 Sep 2023 19:07:06 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4093941..788dae6 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ If someone finds it useful – you're welcome. 1. Prepare a CSV file with login, password, and TOTP key for generating two-factor authentication; 2. This file needs to be renamed to **SteamAccountsLogin.txt**; 3. Put this file together with the executable file; + - Run **SteamAccountDataFetcher.exe** if your operating system is Windows; + - Run **dotnet SteamAccountDataFetcher.dll** in your terminal if your operating system is Linux or MacOS; 4. Run and wait; 5. The result will be a file named **SteamAccounts.json**, which will be automatically placed next to it.