Update README.md

Added link to Quickstart
This commit is contained in:
Jamie Hardt
2022-11-06 14:20:02 -08:00
committed by GitHub
parent 8a6f5e755b
commit a176d3b1f5

View File

@@ -9,6 +9,10 @@
# ptulsconv # ptulsconv
Read Pro Tools text exports and generate PDF reports, JSON output. Read Pro Tools text exports and generate PDF reports, JSON output.
## Quick Start
For a quick overview of how to cue ADR with `ptulsconv`, check out the [Quickstart](doc/QUICKSTART.md).
## Theory of Operation ## Theory of Operation
@@ -52,4 +56,4 @@ The easiest way to install on your site is to use `pip`:
This will install the necessary libraries on your host and gives you This will install the necessary libraries on your host and gives you
command-line access to the tool through an entry-point `ptulsconv`. In a command-line access to the tool through an entry-point `ptulsconv`. In a
terminal window type `ptulsconv -h` for a list of available options. terminal window type `ptulsconv -h` for a list of available options.