File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -108,22 +108,12 @@ To obtain the `output.json` with a containerized execution. Go into the `contain
108
108
109
109
<!-- TODO: Needs to be actually published -->
110
110
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
-
121
111
##### Development
122
112
123
113
To run the CLI locally while developing it:
124
114
125
115
``` 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
127
117
```
128
118
129
119
### Upload your data to OpenAI
You can’t perform that action at this time.
0 commit comments