From 968d7aa955569549ab060834909dfb4753ffc2c4 Mon Sep 17 00:00:00 2001
From: AmerikanSn1p3r <79807933+V1p3rOne@users.noreply.github.com>
Date: Sun, 20 Oct 2024 22:56:51 +0200
Subject: [PATCH] docs: fixed some small issues
---
CREDITS.md | 10 +++++-----
docs/installation.md | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/CREDITS.md b/CREDITS.md
index ac5b80b..b872269 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -1,7 +1,7 @@
@@ -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/)
@@ -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!
diff --git a/docs/installation.md b/docs/installation.md
index e302cf5..297ae7a 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -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.