From 96c93a6aa661fac932c3367e6c718f28f7d393fb Mon Sep 17 00:00:00 2001 From: Lion Date: Sun, 11 Jul 2021 00:30:14 +0200 Subject: [PATCH] Update README.md Remove unnecessary and wrong step 4 :) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index afffb97..2a7878a 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,9 @@ 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`. 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. You can find the latest version [here](https://github.com/BeamMP/BeamMP-Server/tags). -4. `cd` into it with `cd BeamMP-Server` -5. Run `cmake .` (with `.`) -6. Run `make` -7. You will now have a `BeamMP-Server` file in your directory, which is executable with `./BeamMP-Server` (`.\BeamMP-Server.exe` for windows). Follow the (windows or linux, doesnt matter) instructions on the [wiki](https://wiki.beammp.com/en/home/Server_Mod) for further setup after installation (which we just did), such as port-forwarding and getting a key to actually run the server. +4. Run `cmake .` (with `.`) +5. Run `make` +6. You will now have a `BeamMP-Server` file in your directory, which is executable with `./BeamMP-Server` (`.\BeamMP-Server.exe` for windows). Follow the (windows or linux, doesnt matter) instructions on the [wiki](https://wiki.beammp.com/en/home/Server_Mod) for further setup after installation (which we just did), such as port-forwarding and getting a key to actually run the server. *tip: to run the server in the background, simply (in bash, zsh, etc) run:* `nohup ./BeamMP-Server &`*.*