Skip to content

Commit

Permalink
Merge branch 'master' into read-package-json
Browse files Browse the repository at this point in the history
  • Loading branch information
willem-delbare authored Jul 13, 2023
2 parents d23ad74 + 6fcc6e3 commit d349601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ The quickest way to get started is to install the cli tool as a global package.

```sh
# npm users
$ npm install -g aikido-api-client
$ npm install -g @aikidosec/ci-api-client

# yarn users
$ yarn global add aikido-api-client
$ yarn global add @aikidosec/ci-api-client
```

After installation, you'll need to setup your Aikido API key. You can add your key by requesting a token on the [Continuous Integrations page](https://app.aikido.dev/settings/integrations/continuous-integration) in the [Integrations](https://app.aikido.dev/settings/integrations) section of the Aikido web platform. Click the "Start integrating" link and setup your key globally by executing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aikido-api-client",
"name": "@aikidosec/ci-api-client",
"version": "1.0.1",
"description": "CLI api client to easily integrate the Aikido public CI API into custom deploy scripts",
"license": "MIT",
Expand Down

0 comments on commit d349601

Please sign in to comment.