Skip to content

Commit

Permalink
updated web.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 25, 2024
1 parent 61ee5f9 commit 84431d2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions web.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,24 +109,28 @@ curl -fsSL https://flyscrape.com/install | bash
Create a new config:

```shell
flyscrape new config.js
flyscrape new flyscrape.config.js
```

or use a real example template from
[HariSekhon/Templates](https:/HariSekhon/Templates/blob/master/flyscrape.config.js).
or use a ready-to-run example from
[HariSekhon/Templates](https:/HariSekhon/Templates/blob/master/flyscrape.config.js):

```shell
wget -cO flyscrape.config.js https://raw.githubusercontent.com/HariSekhon/Templates/refs/heads/master/flyscrape.config.js
```

#### Interactive Config Development

Run this and then edit the file for live terminal updates of what it is extracting:

```shell
flyscrape dev config.js
flyscrape dev flyscrape.config.js
```

#### Run

```shell
flyscrape run config.js
flyscrape run flyscrape.config.js
```

## Diagrams
Expand Down

0 comments on commit 84431d2

Please sign in to comment.