Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardmedicNL committed Oct 29, 2023
1 parent 4916064 commit b6dfe13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ If there is no shmoovin script present in the csp config in the server folders c
It gets the server name from the server config.

# how to use:
1. create a config folder in the same folder as the script and make a config.json
2. place the following code in the config.json and configure as needed:
1. install python on your system from the python website https://www.python.org/downloads/
2. create a config folder in the same folder as the script and make a config.json
3. place the following code in the config.json and configure as needed:
```
{
"interval": time in minutes on how often the script should update the leaderboards,
Expand All @@ -21,7 +22,7 @@ It gets the server name from the server config.
"shmoovinovertakeurl":["url to overtake script"]
}
```
3. save the file and run the script.
4. save the file and run the script.


* example folder structure with the identifier set as "(server" :
Expand Down

0 comments on commit b6dfe13

Please sign in to comment.