소스 검색

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