Skip to content

Commit e928bd6

Browse files
docs: remove unpublished information
1 parent 5000a21 commit e928bd6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,12 @@ To obtain the `output.json` with a containerized execution. Go into the `contain
108108

109109
<!-- TODO: Needs to be actually published -->
110110

111-
```sh
112-
npm i -g @builder.io/gpt-crawler
113-
```
114-
115-
Then run:
116-
117-
```sh
118-
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
119-
```
120-
121111
##### Development
122112

123113
To run the CLI locally while developing it:
124114

125115
```sh
126-
npm run start:cli
116+
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
127117
```
128118

129119
### Upload your data to OpenAI

0 commit comments

Comments
 (0)