From 2d0d4546ec95e5a52183af7cad3f647320fc25b6 Mon Sep 17 00:00:00 2001 From: comp500 Date: Tue, 6 Oct 2020 16:23:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b0e6a3..8cc4e09 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A command line tool for creating minecraft modpacks. ## Installation In future I will have a lot more installation options, but for now the easiest way is to compile from source. -1. Install Go +1. Install Go (1.13 or newer) 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!