This commit is contained in:
Darío Hereñú 2018-08-12 12:35:51 -03:00 коммит произвёл GitHub
Родитель 56c42362cd
Коммит 1c152900a2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -65,7 +65,7 @@ Given a running crawler service (see above), you can control it using either a s
## `cc` command line
The *crawler-cli* (aka `cc`) can run interactively or as a single command processor and enables a number of basic operations. For now the crawler-cli is not published as an npm. Instead, [clone its repo]((https://github.com/Microsoft/crawler-cli.git), run `npm install` and run the command line using
The *crawler-cli* (aka `cc`) can run interactively or as a single command processor and enables a number of basic operations. For now the crawler-cli is not published as an npm. Instead, [clone its repo](https://github.com/Microsoft/crawler-cli.git), run `npm install` and run the command line using
```
node bin/cc -i [-s <server url>]