mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-18 17:14:32 +01:00
Move to packwiz org
This commit is contained in:
@@ -23,12 +23,12 @@ Join my Discord server if you need help [here](https://discord.gg/Csh8zbbhCt)!
|
||||
- Creation of remote file metadata from JAR files for CurseForge mods
|
||||
|
||||
## Installation
|
||||
Prebuilt binaries are available from [GitHub Actions](https://github.com/comp500/packwiz/actions) - the UI is a bit terrible, but essentially select the top build, then download the artifact ZIP for your system at the bottom of the page. To run the executable, add the folder where you downloaded it to your PATH environment variable ([see tutorial for Windows here](https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/)) or move it to where you want to use it.
|
||||
Prebuilt binaries are available from [GitHub Actions](https://github.com/packwiz/packwiz/actions) - the UI is a bit terrible, but essentially select the top build, then download the artifact ZIP for your system at the bottom of the page. To run the executable, add the folder where you downloaded it to your PATH environment variable ([see tutorial for Windows here](https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/)) or move it to where you want to use it.
|
||||
|
||||
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/
|
||||
2. Run `go install github.com/comp500/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
|
||||
See https://packwiz.infra.link/ for the full packwiz documentation!
|
||||
Reference in New Issue
Block a user