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

Does it support for windows operating system #51

Closed
rajurh opened this issue Aug 11, 2020 · 3 comments · Fixed by #66
Closed

Does it support for windows operating system #51

rajurh opened this issue Aug 11, 2020 · 3 comments · Fixed by #66

Comments

@rajurh
Copy link

rajurh commented Aug 11, 2020

Documention doesn't show anything related to Windows OS. Is it supported on windows os or with subsystem on Linux?

@eddycharly
Copy link
Contributor

Hi @rajurh , you should be able to GO111MODULE=on go get github.com/norwoodj/helm-docs/cmd/helm-docs on windows if you have golang installed.

Another option would be to run it in docker docker run --rm -v "$(pwd):/helm-docs" jnorwood/helm-docs:latest.

@sc250024
Copy link
Contributor

The GoReleaser file (https://github.com/norwoodj/helm-docs/blob/master/.goreleaser.yml) can be configured to create Windows exe files.

@norwoodj
Copy link
Owner

Hey @rajurh looks like this is doable. Will try to make this happen if I ever get the time

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

Successfully merging a pull request may close this issue.

4 participants