From 69c560830079b60d1c2c6508ef0c005ca0503a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Poign=C3=A9e=5Fde=5Fporte?= Date: Fri, 5 Dec 2025 12:03:18 -0500 Subject: [PATCH 1/2] Update getting-started.md added clarification to mostly help new Linux users. --- docs/en/game/getting-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index c062ebee..9c6e72d2 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -66,6 +66,9 @@ Clone the BeamMP-Launcher Repository to your system using `git`, for example: Checkout the tag that was used for the [latest release](https://github.com/BeamMP/BeamMP-Launcher/releases/latest). For example, if `v2.6.4` is used in the latest release, then do `git checkout v2.6.4` + +If you clone the repo using the example command it gets put in the current dir + BeamMP-Launcher (the repo name) just cd BeamMP-Launcher to go to the root + In the root directory of the project, 1. From 120056d981bf1d73d343fa3b88ab8d14498c282a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Poign=C3=A9e=5Fde=5Fporte?= Date: Fri, 5 Dec 2025 12:21:23 -0500 Subject: [PATCH 2/2] Update getting-started.md Reformulated the previously added phrase to make it more professional. --- docs/en/game/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index 9c6e72d2..ff568498 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -67,7 +67,7 @@ Clone the BeamMP-Launcher Repository to your system using `git`, for example: Checkout the tag that was used for the [latest release](https://github.com/BeamMP/BeamMP-Launcher/releases/latest). For example, if `v2.6.4` is used in the latest release, then do `git checkout v2.6.4` -If you clone the repo using the example command it gets put in the current dir + BeamMP-Launcher (the repo name) just cd BeamMP-Launcher to go to the root +If you've used the example clone command we provided, you can use `cd BeamMP-Launcher` to go to the project's root directory. In the root directory of the project,