Skip to content

Commit

Permalink
Fix installation command.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Jan 31, 2024
1 parent 207cb48 commit a57d475
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
- main
- 'release/**'

env:
CARGO_TERM_COLOR: always

jobs:
rust:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is the Authress SDK used to integrate with the authorization as a service p
### Install

```sh
cargo add authress
go install github.com/authress/authress-sdk.go
```

### Reference Guide
Expand Down

0 comments on commit a57d475

Please sign in to comment.