From 17bb64eadcb3c294ad4d1006e60a004e4ebad253 Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Wed, 28 Dec 2022 12:37:32 +0000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d84163..9388241 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ To build simply run the makefile, and then copy the contents of the build direct make cp build/* ~/the-house-of-the-dead-4/disk0/elf/. cd ~/the-house-of-the-dead-4/disk0/elf -LD_PRELOAD=$(pwd)/lindbergh.so LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./hod4M.elf +LD_PRELOAD=lindbergh.so LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./hod4M.elf ``` A default configuration file is provided in `docs/lindbergh.conf`. It should be placed in the same folder as the game is run from. If no config file is present a default setting will be used.