Update README.md

This commit is contained in:
comp500 2020-10-06 16:23:48 +01:00 committed by GitHub
parent 4d4f0d143e
commit 2d0d4546ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ A command line tool for creating minecraft modpacks.
## Installation ## Installation
In future I will have a lot more installation options, but for now the easiest way is to compile from source. 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 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! 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!