Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.11 KB

Steam Hour Farmer

steam-hour-farmer

Rust based application to farm hours on Steam games.

Getting Started

Installation

  1. Clone the repository

    git clone https://github.com/iRevolutionDev/steam-hour-farmer.git
  2. Change directory

    cd steam-hour-farmer
  3. Build the project

    cargo build --release
  4. Run the executable

    ./target/release/steam-hour-farmer <game_id>

Usage

Download the latest release from the releases page.

./steam-hour-farmer <game_id>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Prerequisites