Installing Pakku
You can install Pakku using Scoop for Windows, using Brew for macOS (or Linux), using nix for Windows WSL, macOS, Linux or manually.
Pakku also requires Java to be installed on your computer, so please, before installing, check whether you have Java installed on your computer. If not, you can install it from here.
Install Pakku using Scoop for Windows
Check whether you have Scoop installed on your computer. If not, check the installation instructions from here.
In your terminal/CMD, run this Scoop command:
scoop install https://juraj-hrivnak.github.io/Pakku/install/pakku.jsonIn your modpack folder, run Pakku from your terminal/CMD:
pakku
Install Pakku using Brew for macOS (or Linux)
Check whether you have Brew installed on your computer. If not, check the installation instructions from here.
In your terminal, run this Brew command:
brew install juraj-hrivnak/pakku/pakkuIn your modpack folder, run Pakku from your terminal:
pakku
Install Pakku using Nix
Pakku is available from nixpkgs as pakku
.
Check you have Nix installed on your computer. NixOS comes with it preinstalled. If not, check the installation instructions from here for your OS.
If using just the nix package manager you can install Pakku with these commands:
# without flakes: nix-env -iA nixpkgs.pakku # with flakes: nix profile install nixpkgs#pakkuFor NixOS and Home Manager you can install by adding
pakku
to your system or user packages.NixOS:
{ environment.systemPackages = [ pkgs.pakku ]; }Home Manager:
{ home.packages = [ pkgs.pakku ]; }In your modpack folder, run Pakku from your terminal
pakku
Install Pakku manually
Download the
pakku.jar
from GitHub releases and place it into your modpack folder.In your modpack folder, run Pakku locally from your terminal/CMD:
java -jar pakku.jar