Fixed install.md formatting.

This commit is contained in:
Raphael 2023-10-01 21:48:13 +02:00 committed by GitHub
parent 2ee44fc1fa
commit 91fb9d3768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -2,19 +2,19 @@
## 32bit Game ## 32bit Game
1. Download the latest [release](https://github.com/Joshua-Ashton/VPhysics-Jolt/releases) 1. Download the latest [release](https://github.com/Joshua-Ashton/VPhysics-Jolt/releases)
2. Copy the contents of the zip into the game's root directory and replace all files. 2. Copy the contents of the zip into the game's root directory and replace all files.
## 64bit Game ## 64bit Game
1. Download the latest [release](https://github.com/Joshua-Ashton/VPhysics-Jolt/releases) 1. Download the latest [release](https://github.com/Joshua-Ashton/VPhysics-Jolt/releases)
2. Copy all files located in the bin folder (from the ZIP) into the bin folder the game uses. 2. Copy all files located in the bin folder (from the ZIP) into the bin folder the game uses.
NOTE: The path could be `bin/win64` or `bin/linux64` > NOTE: The path could be `bin/win64` or `bin/linux64`
## Gmod Dedicated Server ## Gmod Dedicated Server
1. Download the latest [release](https://github.com/Joshua-Ashton/VPhysics-Jolt/releases) 1. Download the latest [release](https://github.com/Joshua-Ashton/VPhysics-Jolt/releases)
2. Copy all files located in the bin folder (from the ZIP) into the bin folder the game uses. 2. Copy all files located in the bin folder (from the ZIP) into the bin folder the game uses.
NOTE: The path normal is `bin` could be `bin/win64` or `bin/linux64` if you use the `x86-64` Branch. > NOTE: The path normal is `bin` could be `bin/win64` or `bin/linux64` if you use the `x86-64` Branch.
3. Remove the `vphysics_srv.dll` and rename the `vphysics.dll` to `vphysics_srv.dll`. 3. Remove the `vphysics_srv.dll` and rename the `vphysics.dll` to `vphysics_srv.dll`.
NOTE: on Linux it will be `vphysics_srv.so` > NOTE: on Linux the file will be `vphysics_srv.so`