From f1d10f5d04f938ed8f4775361c15a5e2a6341727 Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Wed, 20 Jul 2022 11:49:45 +0100 Subject: [PATCH] Update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1155ba6..28031f0 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ LD_PRELOAD=$(pwd)/lindbergh.so LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./hod4M.elf Although not yet used, you will then want to copy a `game.conf` file form the `docs` directory and place it next to the game you with to use. +## Specific Games + +Here is how you should run specific games: + +### Lets Go Jungle + +```LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. LD_PRELOAD=lindbergh.so TEA_DIR=`pwd` ./lgj_final``` + ## Components This section lists the components of the emulator and what they do