Skip to content

Commit

Permalink
Merge pull request #150 from ChaseRun/readme
Browse files Browse the repository at this point in the history
Added a few more badges to README.md
  • Loading branch information
Chase Austin authored Apr 19, 2022
2 parents 5a0149a + 0b6391e commit a3d00f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/IBM-Cloud/power-go-client)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/IBM-Cloud/power-go-client)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/IBM-Cloud/power-go-client/Go)
![GitHub contributors](https://img.shields.io/github/contributors/IBM-Cloud/power-go-client?color=blueviolet)
![GitHub](https://img.shields.io/github/license/IBM-Cloud/power-go-client)

# IBM Cloud SDK for Power Cloud

Expand All @@ -9,8 +11,10 @@ The power-go-client project provides the Go SDK for IBM® Power Systems™ Virtu
## Prerequisites

- An [IBM Cloud Account](https://cloud.ibm.com/registration)
- An IBM Cloud [IAM API key](https://cloud.ibm.com/docs/account?topic=account-userapikey) or [Token](https://cloud.ibm.com/docs/account?topic=account-iamtoken_from_apikey) allow the SDK to access your account.
- Go version 1.17 or above.
- An IBM Cloud [IAM API key](https://cloud.ibm.com/docs/account?topic=account-userapikey) or [Token](https://cloud.ibm.com/docs/account?topic=account-iamtoken_from_apikey) allow the SDK to access your account
- Go 1.17+
- [Homebrew](https://formulae.brew.sh/formula/go)
- [Source](https://go.dev/doc/install)

## Install

Expand Down

0 comments on commit a3d00f9

Please sign in to comment.