aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 94a437a..3180b53 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,13 @@
Made for [mingw-w64-dpp](https://github.com/utoni/mingw-w64-dpp).
```shell
-make DPP_ROOT="[path-to-mingw-w64-ddk-template-dir]" all
+make DPP_ROOT="[path-to-mingw-w64-dpp-dir]" all
+```
+
+or if you want to install driver/batch files somewhere e.g. to a mounted NTFS volume:
+
+```shell
+make DPP_ROOT="[path-to-mingw-w64-dpp-dir]" DESTDIR=/media/win10/Users/nobody/mingw64-kmem install -j8
```
# Examples
@@ -18,3 +24,7 @@ This ring0 based game hack provide you with:
* unlimited breath
As usual: Use it at your own risk!
+
+## Escape From Tarkov (tfk.sys)
+
+WiP!