Add `npm install` instruction at the _Running the CLI_ section.
This commit is contained in:
Kensuke Nagae 2021-06-03 20:02:53 +09:00 коммит произвёл GitHub
Родитель 3b353a139c
Коммит 0f83a9e01d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -52,7 +52,13 @@ If you are running this utility against a GHEC account, we recommend that you cr
## Running the CLI
Execute the command using node or npm.
Execute the command using node or npm. Before to execute, run `npm install` to install dependencies.
```shell script
$ git clone https://github.com/github/ghec-audit-log-cli
$ cd ghec-audit-log-cli
$ npm install
```
### npm