-
How do I install the bot on linux? [Asked by a discord memeber] |
Beta Was this translation helpful? Give feedback.
Answered by
Refloow
Jul 5, 2021
Replies: 1 comment
-
Firstly install nodejs with the command
Then install git with the command
Download (clone) the project repo (files) with the command
Navigate to the projects directory, then install required modules with the command
After installing project's modules configure the config file (more about setting the project up in the wiki):Run the software using the command
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Refloow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Firstly install nodejs with the command
sudo apt install nodejs
Then install git with the command
sudo dnf install git-all
Download (clone) the project repo (files) with the command
git clone https://github.com/OSL-Works/Steam-Card-Bot-PRO
Navigate to the projects directory, then install required modules with the command
npm install
After installing project's modules configure the config file (more about setting the project up in the wiki):
Projects WIKI link
Run the software using the command
node index.js