浏览代码

docs: remove unpublished information

marcelovicentegc 1 年之前
父节点
当前提交
e928bd60f3
共有 1 个文件被更改,包括 1 次插入11 次删除
  1. 1 11
      README.md

+ 1 - 11
README.md

@@ -108,22 +108,12 @@ To obtain the `output.json` with a containerized execution. Go into the `contain
 
 <!-- TODO: Needs to be actually published -->
 
-```sh
-npm i -g @builder.io/gpt-crawler
-```
-
-Then run:
-
-```sh
-gpt-crawler --url https://www.builder.io/c/docs/developers --match https://www.builder.io/c/docs/** --selector .docs-builder-container --maxPagesToCrawl 50 --outputFileName output.json
-```
-
 ##### Development
 
 To run the CLI locally while developing it:
   
 ```sh
-npm run start:cli
+npm run start:cli --url https://www.builder.io/c/docs/developers --match https://www.builder.io/c/docs/** --selector .docs-builder-container --maxPagesToCrawl 50 --outputFileName output.json
 ```
 
 ### Upload your data to OpenAI