From 571a580a9ac4e848604733285ecaa6cb83210672 Mon Sep 17 00:00:00 2001 From: HerozDotExe Date: Wed, 27 May 2026 23:04:13 +0200 Subject: [PATCH] docs: add how to install npm package --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8c16e3..7faaa17 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ A typescript library to install and launch minecraft with or without modloaders. * Can install and launch **modrinth** modpacks * Uses **concurrents downloads** to speed up installation process +## Install + +`npm install node-launcher-kit` + ## Basic Example You can use this code to install and launch minecraft 1.21.11 with offline auth. This will also automatically download fitting java binaries.