Skip to content

Commit

Permalink
Added Linux instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-fatal authored Nov 10, 2023
1 parent c205347 commit 07ba4eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ You can view the addon source code here: https://github.com/dev-fatal/queue-noti
4. Open Command Prompt and `cd` into where you saved it, e.g., `cd C:\Users\test\Documents\queue-notify`
5. Run `pip install -r requirements.txt` and wait until complete.


## Setup
1. Install the [Telegram app](https://telegram.org/apps) on your phone and sign up
2. Open a new message to the user `@BotFather` and type `/newbot`. You will then be prompted to fill in some values
Expand All @@ -28,6 +27,12 @@ You can view the addon source code here: https://github.com/dev-fatal/queue-noti
9. Stop monitoring by closing the Command Prompt window.


## Linux
If using Linux, you should make the following changes:
- Change `self.path = config["path"] + "\\_retail_\\Screenshots"` to `self.path = config["path"] + "/_retail_/Screenshots"` in `monitor.py`
- Use a path in the config such as `path = "/home/<username>/.local/share/Steam/steamapps/compatdata/<id>/pfx/drive_c/Program Files (x86)/World of Warcraft"`


## Updates
It is likely that this program will change significantly, and so you should check back here for updates. Please also keep the addon updated.

Expand Down

0 comments on commit 07ba4eb

Please sign in to comment.