From 3ec5c3c64142e7564cbe6648e5f37012482f9d1c Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Wed, 22 Nov 2023 12:06:23 -0600 Subject: [PATCH] ba --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 32aa560..0b39800 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ SteamRPC pulls your game and presence from Steam and puts it onto discord. - [Setup](#setup) - [Discord Setup](#discord-setup) - [Steam Setup](#steam-setup) + - [Running it](#running-it) - [Customization](#customization) - [Notes](#notes) @@ -54,5 +55,15 @@ And your done! Here is an example of my current setup: ![A photo of my setup, with Gunfire Reborn and Risk of rain 2. The Gunfire Reborn is simply named "gunfirereborn" and Risk of Rain 2 is named "riskofrain2"](docs/images/setupExample.png) +### Running it +Lastly, all you need to do, is open a terminal and run +``` +CLIENT_ID=[your discord client ID] STEAM_ID=[your steam id] node index.js +``` + +There are also option environment variables: +- `UPDATE_TIME=[number of seconds to update]` + - **this HAS TO BE over 15 seconds** + ## Notes This project was never meant to be public, but I decided there was no reason not to. Please do report any problems you encounter, and if there are any issues with the documentation, please let me know! \ No newline at end of file