Skip to content

Commit e344994

Browse files
authored
Add package managers (#59)
1 parent 3488093 commit e344994

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![license](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
55
[![release](https://img.shields.io/github/release-pre/cloudentity/oauth2c.svg)](https://github.com/cloudentity/oauth2c/releases)
66
[![downloads](https://img.shields.io/github/downloads/cloudentity/oauth2c/total)](https://github.com/cloudentity/oauth2c/releases)
7+
[![packages](https://repology.org/badge/tiny-repos/oauth2c.svg)](https://repology.org/project/oauth2c/versions)
78

89
`oauth2c` is a command-line tool for interacting with OAuth 2.0 authorization servers. Its goal is to make it easy to fetch access tokens
910
using any grant type or client authentication method. It is compliant with almost all basic and advanced OAuth 2.0, OIDC, OIDF FAPI and JWT profiles.
@@ -22,6 +23,10 @@ using any grant type or client authentication method. It is compliant with almos
2223

2324
## Installation
2425

26+
<a href="https://repology.org/project/oauth2c/versions">
27+
<img src="https://repology.org/badge/vertical-allrepos/oauth2c.svg" alt="Packaging status" align="right">
28+
</a>
29+
2530
To install `oauth2c`, you have several options depending on your operating system.
2631

2732
### Install on Mac
@@ -41,15 +46,19 @@ curl -sSfL https://raw.githubusercontent.com/cloudentity/oauth2c/master/install.
4146
sudo sh -s -- -b /usr/local/bin latest
4247
```
4348

49+
Alternatively, you can check the [packages page] for specific instructions on installing oauth2c using a package manager.
50+
51+
[packages page]: https://repology.org/project/oauth2c/versions
52+
4453
### Compile from source
4554

46-
You can also compile `oauth2c` from source using `go`. To do this run the following command:
55+
To compile `oauth2c` from source using `go`. To do this run the following command:
4756

4857
``` sh
4958
go install github.com/cloudentity/oauth2c@latest
5059
```
5160

52-
Alternatively, you can download a pre-built binary from the [releases page].
61+
You can also download a pre-built binary from the [releases page].
5362

5463
[releases page]: https://github.com/cloudentity/oauth2c/releases
5564

0 commit comments

Comments
 (0)