From e6db21471eab0fdf29aab5d391b9b7f4bea02a72 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Tue, 27 Feb 2024 22:38:23 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a12b2a2..cb50536 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ If this is a problem for you, use [SafeMutLoader](https://github.com/GenZmeY/KF2 - Killing Floor 2 server. ## Usage -- install dependencies (dd, readelf, hexdump) using your OS's package manager -- copy [kf2-ranked-patch](kf2-ranked-patch) to your server -- make it executable: `chmod +x kf2-ranked-patch` -- run it like this: `./kf2-ranked-patch ` +1. install dependencies (dd, readelf, hexdump) using your OS's package manager; +2. copy [kf2-ranked-patch](kf2-ranked-patch) to your server; +3. make it executable: `chmod +x kf2-ranked-patch`; +4. run it like this: `./kf2-ranked-patch `. ## Notes -- Game updates and integrity checks replace the executable file (`KFGameSteamServer.bin.x86_64`) with original one, so after these events the patch must be applied again +- Game updates and integrity checks replace the executable file (`KFGameSteamServer.bin.x86_64`) with original one, so after these events the patch must be applied again.