From e225531e6c851be3134ea48c1a176ed431f838c0 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Sun, 15 Jan 2023 10:48:52 +0100 Subject: [PATCH] Add info what and where to change lib path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f8f1d2..532d5df 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ I just started doing it. That means it isn't very usable right now. I'm working # How to enable * Build this repository `cargo build --release` -* Change the path where the `libvk_layer_rs.so` is located +* Change the path where the `libvk_layer_rs.so` is located (`library_path` parameter in the rFactorOverlay.json file) * Put the rFactorOverlay.json into a layer directory ([layer directories](https://vulkan.lunarg.com/doc/view/1.3.216.0/mac/loader_and_layer_interface.html#user-content-linux-layer-discovery)) * Add `RFACTOR_HUD=1` to steam launch command (example: `RFACTOR_HUD=1 %command%`)