From a57d47562b933adeb16de64e8e3db521d001eafc Mon Sep 17 00:00:00 2001 From: Warren Parad Date: Wed, 31 Jan 2024 21:14:29 +0100 Subject: [PATCH] Fix installation command. --- .github/workflows/build.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1c5362..1e26e87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,9 +11,6 @@ on: - main - 'release/**' -env: - CARGO_TERM_COLOR: always - jobs: rust: name: Build diff --git a/README.md b/README.md index de577fd..a7449db 100644 --- a/README.md +++ b/README.md @@ -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