From 67c05d83761991e03e09ec1408e4bdf1f82043f2 Mon Sep 17 00:00:00 2001 From: comp500 Date: Fri, 1 Oct 2021 01:54:20 +0100 Subject: [PATCH] Simplify installation instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c379c8..9a751a0 100644 --- a/README.md +++ b/README.md @@ -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: -1. Install Go (1.13 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 -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! +1. Install Go (1.17 or newer) from https://golang.org/dl/ +2. Run `go install github.com/comp500/packwiz@latest`. Be patient, it has to download and compile dependencies as well! ## Getting Started - Run `packwiz init` to create a modpack in the current folder