From df61e916faf0305aaee24e04ff6c3a9ddb76524e Mon Sep 17 00:00:00 2001 From: Bl4ckk98 <138897635+Bl4ckk98@users.noreply.github.com> Date: Sun, 28 Dec 2025 20:05:37 +0100 Subject: [PATCH 1/2] Fix repository URL in README for cloning and add cd instruction --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd37d2ae..87d550f3 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,8 @@ You can download the latest Linux builds under the [Releases](https://github.com ## Building WinBoat - For building you need to have NodeJS and Go installed on your system -- Clone the repo (`git clone https://github.com/TibixDev/WinBoat`) +- Clone the repo (`git clone https://github.com/TibixDev/winboat`) +- Go to the cloned repo (`cd winboat`) - Install the dependencies (`npm i`) - Build the app and the guest server using `npm run build:linux-gs` - You can now find the built app under `dist` with an AppImage and an Unpacked variant From 7680b20c4b4b5e9fef8b4a3e9ccb420cb2f5f687 Mon Sep 17 00:00:00 2001 From: Bl4ckk98 Date: Sun, 4 Jan 2026 18:55:22 +0100 Subject: [PATCH 2/2] Fix repository URL in README for cloning and add cd instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87d550f3..bd67b7f1 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ You can download the latest Linux builds under the [Releases](https://github.com ## Building WinBoat - For building you need to have NodeJS and Go installed on your system -- Clone the repo (`git clone https://github.com/TibixDev/winboat`) -- Go to the cloned repo (`cd winboat`) +- Clone the repository (`git clone https://github.com/TibixDev/winboat`) +- Navigate to the cloned repository folder (`cd winboat`) - Install the dependencies (`npm i`) - Build the app and the guest server using `npm run build:linux-gs` - You can now find the built app under `dist` with an AppImage and an Unpacked variant