From c34d0277ba21fb39ba546305279241506106c78b Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Sun, 13 Apr 2025 18:25:17 +0800 Subject: [PATCH] add npx command to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a0f60c..49515c0 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ Download this repository as a .zip, and extract it. Open index.html with your pr - This is good for bypassing browser memory limitations, for minifying. - Yes, I am forcing DOS command syntax upon you +#### npx command +- Run `npm install -g eaglerforgeinjector` to install eaglerforgeinjector. +- Run `npx efi /help` for use instructions. + #### How does it work? This tool matches patterns in eaglercraft builds and adds patching code to let you modify how the code works at runtime. It then adds a [corelib](./postinit.js) that initialises the `ModAPI` object.