Improve compilation instructions

This commit is contained in:
comp500 2020-04-04 23:05:26 +01:00 committed by GitHub
parent e4e6165fec
commit b68ac13699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ In future I will have a lot more installation options, but for now the easiest w
1. Install Go 1. Install Go
2. Clone or download the repository (`git clone https://github.com/comp500/packwiz`), and open the folder in a terminal 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 ## Getting Started
- Run `packwiz init` to create a modpack in the current folder - Run `packwiz init` to create a modpack in the current folder