Skip to content

Installation: Windows

Jef LeCompte edited this page Sep 18, 2020 · 31 revisions

Installation

  • Download & Install Node.js 14
  • Download & Install git
  • Open Windows Comand Prompt
  • Type CD C:\ to change directory to the root C: drive
  • Type git clone https://github.com/jef/nvidia-snatcher.git
  • Type CD nvidia-snatcher
  • Type npm install
  • Navigate to the newly created C:\nvidia-snatcher\ in Windows Explorer
  • Rename the file .env.example to .env
  • Edit .env file to your liking using notepad or similar and save
  • In Windows Command Prompt type npm run start from the C:\nvidia-snatcher\ directory

At any point you want the program to stop, use Ctrl + C.

Bot Update

  • End the bot by pressing Ctrl + C.
  • Type git pull origin main
  • Type npm run start

For further customization, visit the README.md#customization