docs: add how to install npm package

This commit is contained in:
HerozDotExe 2026-05-27 23:04:13 +02:00
parent 4cd81c2b77
commit 571a580a9a

View file

@ -11,6 +11,10 @@ A typescript library to install and launch minecraft with or without modloaders.
* Can install and launch **modrinth** modpacks * Can install and launch **modrinth** modpacks
* Uses **concurrents downloads** to speed up installation process * Uses **concurrents downloads** to speed up installation process
## Install
`npm install node-launcher-kit`
## Basic Example ## 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. You can use this code to install and launch minecraft 1.21.11 with offline auth. This will also automatically download fitting java binaries.