mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
Simplify installation instructions
This commit is contained in:
parent
48adf3ffb1
commit
67c05d8376
@ -15,9 +15,8 @@ Prebuilt binaries are available from [GitHub Actions](https://github.com/comp500
|
|||||||
|
|
||||||
In future I will have a lot more installation options, but you can also compile from source:
|
In future I will have a lot more installation options, but you can also compile from source:
|
||||||
|
|
||||||
1. Install Go (1.13 or newer) from https://golang.org/dl/
|
1. Install Go (1.17 or newer) from https://golang.org/dl/
|
||||||
2. Clone or download the repository (`git clone https://github.com/comp500/packwiz`), and open the folder in a terminal
|
2. Run `go install github.com/comp500/packwiz@latest`. Be patient, it has to download and compile dependencies as well!
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user