Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation intructions unclear #32

Open
ejm554 opened this issue Oct 26, 2022 · 4 comments
Open

Installation intructions unclear #32

ejm554 opened this issue Oct 26, 2022 · 4 comments

Comments

@ejm554
Copy link

ejm554 commented Oct 26, 2022

Hello. I'm looking forward to trying packwiz. Unfortunately, the installation instructions are unclear -- at least to me. They say:

Prebuilt binaries are available from GitHub 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.

I don't know what is meant by the "top build" in GitHub Actions.

When I open Actions, this is what I see:

image

  • I see a lot of "workflow runs." Do you mean that I should select the top workflow?

    • I did select and open it, but the results didn't look like something that I should download.
  • On the Actions page, I even searched for the word "build," but it doesn't appear on the page.

I also don't know what is meant by "download the artifact ZIP for your system at the bottom of the page."

  • I looked at the bottom of the page, and I didn't find any ZIP files.
  • I only see page numbers, presumably to see more workflows.

image

Admittedly, I could be missing something obvious, and your installation instructions might make sense to most people, but I'm unsure how to proceed. Is some assistance possible? On the other hand, if you agree that your instructions could be clarified in some way, perhaps someone could revise them. :-)

@comp500
Copy link
Member

comp500 commented Oct 26, 2022

Ah hmm, this made more sense before the nix workflows were added (which don't produce the binaries). You'll want to select the second workflow run (Go packwiz/packwiz#130: Commit f00dc98), and grab one of the artifacts at the bottom of that page.

I want to move away from using Github Actions for releases entirely at some point, it's rather confusing :P

@ryleu
Copy link

ryleu commented Nov 8, 2022

wouldn't running go run github.com/packwiz/packwiz@latest install it properly? it did on my machines

@comp500
Copy link
Member

comp500 commented Jan 20, 2023

wouldn't running go run github.com/packwiz/packwiz@latest install it properly? it did on my machines

Yes, but that requires having a Go install (unnecessary since I can easily compile binaries in CI) and that the Go install is set up properly (way too many distro packages don't add go-installed binaries to the PATH). I do also want to add a built-in update check mechanism, since people don't tend to regularly check for packwiz updates.

@comp500 comp500 transferred this issue from packwiz/packwiz Jan 20, 2023
@comp500
Copy link
Member

comp500 commented Jan 20, 2023

Hmm, it might not have made sense to transfer this to the website repo, since the packwiz README is what caused the confusion... eh, I'll update both at once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants