Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 448 Bytes

COMPILE.md

File metadata and controls

13 lines (11 loc) · 448 Bytes

Setup

Get rust from your package manager or use rustup.

Get git from your package manager or from here.

Compiling

This will download the repo and compile the program.

git clone https://github.com/Radiicall/steam-presence-rust
cd steam-presence-rust
cargo build --release

The executable will be located here target/release/steam-presence-on-discord[.exe].