From 2cbcf962828fd181e48e311213e2dbea97042ae3 Mon Sep 17 00:00:00 2001 From: Lion Date: Sun, 18 Jul 2021 21:28:58 +0200 Subject: [PATCH] Readme: clarify build instructions are for linux, too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a7878a..904638a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ These package names are in the debian / ubuntu style. Feel free to PR your own g ### How to build -On windows. use git-bash for these commands. +On windows. use git-bash for these commands. On linux, these should work in your shell. 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`.