-
Notifications
You must be signed in to change notification settings - Fork 40
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
Updated the installation instructions with brew #407
Updated the installation instructions with brew #407
Conversation
README.md
Outdated
@@ -9,6 +9,19 @@ This is a tool to help with managing of resources in [IBM Power Systems Virtual | |||
2. Select the latest release and download the relevant binary under the Assets section. | |||
3. Run the `pvsadm --help` command to check the available subcommands and the options. | |||
|
|||
### OSX Installation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets create previous section from release page as another section so that aligns well with OSX installation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw: This is not just osx, I see we are shipping for intel linux as well, lets make if generic like Homebew section and in a note you can mention we are shipping for only Mac(x86&arm) and Linux(x86)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Added a new section Binary
for installation using binary and mentioned the supported architecture for brew installation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KeerthanaAP, mkumatag The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fix #406