From e4e6165fec6a7c5c6627a91edba819395f46bbce Mon Sep 17 00:00:00 2001 From: comp500 Date: Sat, 4 Apr 2020 23:04:16 +0100 Subject: [PATCH] Improve compilation instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d807617..8f9fbf9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ A command line tool for creating minecraft modpacks. In future I will have a lot more installation options, but for now the easiest way is to compile from source. 1. Install Go -2. Run `go get -u github.com/comp500/packwiz` +2. Clone or download the repository (`git clone https://github.com/comp500/packwiz`), and open the folder in a terminal +3. Run `go install .` ## Getting Started - Run `packwiz init` to create a modpack in the current folder