Files
SteamDepotDownloaderGUI/README.md
2022-06-25 19:40:52 +02:00

372 B

SteamDepotDownloaderGUI Electron rewrite (experimental)

How to setup dev environment

  • First, install npm, nodejs and Electron on your system.

For Arch Linux users, run sudo pacman -S npm nodejs

  • Then, git clone this repo, change direcory into the repo and run git checkout rewrite.
  • Now run npm install
  • You now can start the GUI with npm start