Skip to content

Commit

Permalink
docs: fixed some small issues
Browse files Browse the repository at this point in the history
  • Loading branch information
V1p3rOne committed Oct 20, 2024
1 parent 21a3007 commit 968d7aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="assets/01_Logo/Cover_White.png">
  <source media="(prefers-color-scheme: light)" srcset="assets/01_Logo/Cover_Black.png">
  <img src="assets/01_Logo/Cover_White.png" alt="Logo of OnTheSpot" width="350">
<source media="(prefers-color-scheme: dark)" srcset="assets/01_Logo/Cover_White.png">
<source media="(prefers-color-scheme: light)" srcset="assets/01_Logo/Cover_Black.png">
<img src="assets/01_Logo/Cover_White.png" alt="Logo of OnTheSpot" width="350">
</picture>

<br>
Expand All @@ -19,7 +19,7 @@ We would like to thank all the contributors who have helped improve this reposit
## Tools Used

- [Python](https://www.python.org/)
- [Qt for Python (PyQt/PySide)](https://riverbankcomputing.com/software/pyqt/intro)**
- [Qt for Python (PyQt/PySide)](https://riverbankcomputing.com/software/pyqt/intro)
- [PyInstaller](https://www.pyinstaller.org/)
- [FFmpeg](https://ffmpeg.org/)
- [Spotify Developers API](https://developer.spotify.com/)
Expand All @@ -30,4 +30,4 @@ We would like to thank all the contributors who have helped improve this reposit

## Our Community

Lastly, a big thanks to all our users and community members who have provided feedback, reported bugs, or shared their suggestions for improvement. Your insights and support keep this project moving forward!
Lastly, a big thanks to all our users and community members who have provided feedback, reported bugs, or shared their suggestions for improvement. Thanks for your help with this project!
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ If you prefer to build OnTheSpot yourself, follow these steps.

2. **Run the Build Script for Your Operating System**

- **Windows**: Open the `scripts` Folder. Double-click [`build_windows.bat`](scripts/build_windows.bat) or run it in Command Prompt.
- **MacOS**: Run [`build_mac.sh`](scripts/build_mac.sh) in Terminal with `./scripts/build_mac.sh`.
- **Linux**: Run [`build_linux.sh`](scripts/build_linux.sh) in Terminal with `./scripts/build_linux.sh`.
- **Linux AppImage**: Run [`build_appimage.sh`](scripts/build_appimage.sh) in Terminal with `./scripts/build_appimage.sh`.
- **Windows**: Open the `scripts` Folder. Double-click [`build_windows.bat`](scripts/workflow/build_windows.bat) or run it in Command Prompt.
- **MacOS**: Run [`build_mac.sh`](scripts/workflow/build_mac.sh) in Terminal with `./scripts/workflow/build_mac.sh`.
- **Linux**: Run [`build_linux.sh`](scripts/workflow/build_linux.sh) in Terminal with `./scripts/workflow/build_linux.sh`.
- **Linux AppImage**: Run [`build_appimage.sh`](scripts/workflow/build_appimage.sh) in Terminal with `./scripts/workflow/build_appimage.sh`.

> [!WARNING]
> Make sure to run the correct script for your platform to avoid any build failures.
Expand Down

0 comments on commit 968d7aa

Please sign in to comment.