Skip to content

Commit

Permalink
feat: terminal sessionexample
Browse files Browse the repository at this point in the history
  • Loading branch information
zvdy committed Jan 2, 2025
1 parent f85d0c9 commit ba97b0b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ Once you have Golang installed, you can install Parsero by running the following
go get -u github.com/zvdy/parsero-go
```

Usage
=====
## Usage
You can run Parsero using the following command:

```sh
Expand All @@ -65,6 +64,13 @@ Example:
parsero --url http://example.com --only200
```

## Terminal Session Example

You can watch a recorded terminal session here:

[![asciinema recording](https://asciinema.org/a/Vd0kE9zVyPPwqLNjsEGDr4IZg.png)](https://asciinema.org/a/Vd0kE9zVyPPwqLNjsEGDr4IZg)


## Docker Setup

You can use the [Dockerfile](Dockerfile) in the root of the repository in order to build parsero as a container.
Expand Down

0 comments on commit ba97b0b

Please sign in to comment.