diff --git a/README.md b/README.md index 8f9fbf9..c58545e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ In future I will have a lot more installation options, but for now the easiest w 1. Install Go 2. Clone or download the repository (`git clone https://github.com/comp500/packwiz`), and open the folder in a terminal -3. Run `go install .` +3. Run `go install .` to put it on your path, or `go build` to just make a binary. Be patient, it has to download and compile dependencies as well! ## Getting Started - Run `packwiz init` to create a modpack in the current folder