Update README to reflect go 1.18 update

This commit is contained in:
comp500 2022-03-30 12:53:56 +01:00
parent 3ab85821e9
commit b69080ce49

View File

@ -28,7 +28,7 @@ Prebuilt binaries are available from [GitHub Actions](https://github.com/packwiz
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.17 or newer) from https://golang.org/dl/ 1. Install Go (1.18 or newer) from https://golang.org/dl/
2. Run `go install github.com/packwiz/packwiz@latest`. Be patient, it has to download and compile dependencies as well! 2. Run `go install github.com/packwiz/packwiz@latest`. Be patient, it has to download and compile dependencies as well!
## Documentation ## Documentation