Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Tell more about `.env` convention
  • Loading branch information
forsureitsme authored Dec 21, 2024
1 parent f8773d4 commit f3cfe34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bun i

- Adjust environment variables

Create an `.env` file at the root and add the following environment variables to it:
Create an `.env` file at the root and add the `SEASON_X_ID` and `SEASON_X_SECRET` (where X is the season number) environment variables to it:

```.env
# ID of the mappack (Can be found on mappack page)
Expand All @@ -40,7 +40,6 @@ SEASON_3_SECRET=
```
![Secret API Key location](https://github.com/user-attachments/assets/23910d39-bcc6-4a80-8424-e265d06baefd)


## Usage

After setting up, run the following command
Expand Down

0 comments on commit f3cfe34

Please sign in to comment.