1
0
Fork 0
mirror of synced 2024-05-15 01:52:53 +12:00

Update readme

This commit is contained in:
loathingKernel 2023-12-20 11:18:16 +02:00
parent 7af01591da
commit 8e0333f8a7
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD
2 changed files with 4 additions and 3 deletions

View file

@ -43,4 +43,5 @@ Add any other context about the problem here.
You can find logs in these locations
- Windows: `C:\Users\<username>\AppData\Local\Rare\Rare\cache\logs`
- Linux: `~/.cache/Rare/Rare/logs`
- Linux: `~/.cache/Rare/Rare/logs`
- masOS: `/Users/<username>/Library/Caches/Rare/Rare/logs`

View file

@ -31,7 +31,7 @@ When reporting issues, it is helpful to also include the logs with your issue.
You can find the longs in the following locations depending on your operating system
- Windows: `C:\Users\<username>\AppData\Local\Rare\Rare\cache\logs`
- Linux: `~/.cache/Rare/Rare/logs`
- masOS: `Add`
- masOS: `/Users/<username>/Library/Caches/Rare/Rare/logs`
In these folders you will find files named like below
@ -135,7 +135,7 @@ It is possible to create a desktop link, or a start menu link. Execute the comma
* On Linux `/home/user/.local/bin` must be in your PATH.
* On Windows `PythonInstallationDirectory\Scripts` must be in your PATH.
* On macOS `/Users/user/Library/Python/3.x/bin` must be in your PATH.
* On macOS `/Users/user/Library/Python/3.x/bin` must be in your PATH.
### Run from source