ref: https://github.com/github/ghec-audit-log-cli/pull/26#pullrequestreview-675175990

Co-authored-by: Javier de Pedro López <droidpl@github.com>
This commit is contained in:
Kensuke Nagae 2021-06-04 12:16:20 +09:00 коммит произвёл GitHub
Родитель 0f83a9e01d
Коммит ca60ec673d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 2 удалений

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

@ -52,13 +52,16 @@ 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. Before to execute, run `npm install` to install dependencies.
Execute the command using node or npm
### Pre-requisites
Install the node dependencies:
```shell script
$ git clone https://github.com/github/ghec-audit-log-cli
$ cd ghec-audit-log-cli
$ npm install
```
### npm