Skip to content

Commit

Permalink
fix(docs): improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidabbm committed Nov 17, 2023
1 parent bb5a2b8 commit 43e981d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# slauth-cli
# slauth

CLI that scans repositories and generates the necessary IAM Policies for the service to run.

## Installation

Run `npm install -g @slauth.io/slauth`

## Usage

1. set the `OPENAI_API_KEY` environment variable: `export OPENAI_API_KEY=<key>`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
Expand Down

0 comments on commit 43e981d

Please sign in to comment.