Syntax fix

This commit is contained in:
2022-09-27 03:51:26 +03:00
parent 8162dd4d75
commit c6f52dbcb7

View File

@@ -91,14 +91,14 @@ Dependencies for **macOS** can be installed with homebrew.
```
brew install lua@5.3 rapidjson websocketpp cmake openssl@1.1
```
Some packages are included in **macOS** but you might want to install homebrew versions.
Some packages are included in **macOS,** but you might want to install homebrew versions.
```
brew install curl zlib git make
```
### How to build
On windows, use git-bash for these commands. On Linux, these should work in your shell.
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 -b v3.0.2-WithPython --recurse-submodules https://github.com/SantaSpeen/BeamMP-Server`.