From 26c33ae2fb5fbf2199fa2e4930931826fec77f93 Mon Sep 17 00:00:00 2001 From: Lion Date: Sun, 11 Jul 2021 00:28:21 +0200 Subject: [PATCH] README: Add clarification on build steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e18ca67..9e616b6 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ These package names are in the debian / ubuntu style. Feel free to PR your own g On windows. use git-bash for these commands. 1. Make sure you have all [prerequisites](#prerequisites) installed -2. Clone the repository in a location of your choice with `git clone --recursive https://github.com/BeamMP/BeamMP-Server` +2. Clone the repository in a location of your choice with `git clone --recursive https://github.com/BeamMP/BeamMP-Server`. Now change into the cloned directory by running `cd BeamMP-Server`. 3. Checkout the branch of the release you want to compile (`master` is often unstable), for example `git checkout tags/v1.20` for version 1.20. 4. `cd` into it with `cd BeamMP-Server` 5. Run `cmake .` (with `.`)