Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #180

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ teams and execute commands in a profile's context.
## Getting Started

To get started with using Content CLI, you will need to have `node` installed in your local machine. Please download
the LTS version that is recommended for most users from the `node` web page [here](https://nodejs.org/en/). After
installing `node` you can run the following command in the terminal (cmd for Windows users) to install Content CLI.
the LTS version that is recommended for most users from the `node` web page [here](https://nodejs.org/en/). Create (if not already existing) an ~/.npmrc file and copy the following code into the ~/.npmrc file:
```
@celonis:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=GITHUB_PERSONAL_ACCESS_TOKEN
```
After installing `node` you can run the following command in the terminal (cmd for Windows users) to install Content CLI.
Note that the same command is used for updating Content CLI too.

```
Expand Down
Loading