Skip to content

Commit

Permalink
Update Readme (#120)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2d06cbb)
  • Loading branch information
bretterer authored Apr 7, 2020
1 parent 3536e4d commit f273a5b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ You can learn more on the [Okta + Golang](lang-landing) page in our documentatio

This library uses semantic versioning and follows Okta's [library version policy](https://developer.okta.com/code/library-versions/).

| Version | Status |
| ------- | ------------------------- |
| 0.x | ⚠️ Beta Release (Retired)|
| 1.x | ✔️ Release |
| Version | Status |
| ------- | ---------------------------------- |
| 0.x | :warning: Beta Release (Retired) |
| 1.x | :heavy_check_mark: Release |
| 2.x | :construction: Pre-Release |

The latest release can always be found on the [releases page][github-releases].

Expand All @@ -48,7 +49,13 @@ If you run into problems using the SDK, you can

## Getting started

To install the Okta Golang SDK in your project, run `go get github.com/okta/okta-sdk-golang/okta`
To install the Okta Golang SDK in your project:

Version 2.x
run `go get github.com/okta/okta-sdk-golang/okta.v2`

Version 1.x (Deprecated)

This comment has been minimized.

Copy link
@AlekSi

AlekSi May 14, 2020

I'm so confused. 2.x is pre-release, as indicated by the table above. 1.x is deprecated. So what should one use?

run `go get github.com/okta/okta-sdk-golang/okta`

You'll also need

Expand Down

0 comments on commit f273a5b

Please sign in to comment.