Skip to content

Commit a57d475

Browse files
committed
Fix installation command.
1 parent 207cb48 commit a57d475

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build.yml

-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
- main
1212
- 'release/**'
1313

14-
env:
15-
CARGO_TERM_COLOR: always
16-
1714
jobs:
1815
rust:
1916
name: Build

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is the Authress SDK used to integrate with the authorization as a service p
2121
### Install
2222

2323
```sh
24-
cargo add authress
24+
go install github.com/authress/authress-sdk.go
2525
```
2626

2727
### Reference Guide

0 commit comments

Comments
 (0)