Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Nov 19, 2023
1 parent 8734b57 commit 2195c4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- [Supported platforms](#supported-platforms)
- [Supported IDP](#supported-idp)
- [Installation](#installation)
- [Quick installation](#quick-installation)
- [Quick installation (latest version)](#quick-installation-latest-version)
- [Using cargo](#using-cargo)
- [Build locally](#build-locally)
- [Usage](#usage)
Expand Down Expand Up @@ -90,7 +90,7 @@ If using other IDP with AWS SSO in your organization, and this tool don't work,

# Installation

## Quick installation
## Quick installation (latest version)

```shell
curl --proto '=https' --tlsv1.2 -sSfL https://raw.githubusercontent.com/containerscrew/aws-sso-auth/main/scripts/install.sh | bash
Expand All @@ -117,6 +117,8 @@ cargo build --release
./target/release/aws-sso-auth
```

> If you need to install specific version, go to https://github.com/containerscrew/aws-sso-auth/releases and download the binary
# Usage

## Setup configuration
Expand Down

0 comments on commit 2195c4c

Please sign in to comment.