# VHS
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
Installation and configuration
```sh
brew install 'vhs'
docker pull 'ghcr.io/charmbracelet/vhs'
```
Usage
```sh
# Check the manual.
vhs manual
# Create new recording files.
vhs new 'demo.tape'
# Process the recording.
vhs 'demo.tape'
```
## Further readings
- [Github]
- [Examples]
### Sources
[github]: https://github.com/charmbracelet/vhs
[examples]: https://github.com/charmbracelet/vhs/tree/main/examples