LorenDB / download-steam-games

A script to download and archive all of your Steam games.
GNU General Public License v3.0
64 stars 1 forks source link

location of steamcmd.sh #1

Closed CaptSpify closed 8 months ago

CaptSpify commented 8 months ago

Where can I find the steamcmd.sh command that it's looking for in the below error?

std.process.ProcessException@std/process.d(1196): Failed to execute '/usr/games//steamcmd.sh' (No such file or directory)

Thanks!

LorenDB commented 8 months ago

You have to install SteamCMD on your system and specify the path to it. If download-steam-games doesn't prompt you for the path to steamcmd, you can manually edit ~/.config/download-steam-games/config.json to add it.

LorenDB commented 8 months ago

I just updated the README with clearer instructions for installation and usage.