🔀 Merge pull request #11 from dathere/qsv-setup

 Written tutorial for qsv setup (without errors)
This commit is contained in:
Mueez Khan 2023-06-09 09:17:34 -04:00 committed by GitHub
commit 51eb64cda9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,3 +16,17 @@ import "react-lite-youtube-embed/dist/LiteYouTubeEmbed.css";
### Video Resources
## 📝 Written Tutorial
There are various methods for installing qsv. We've categorized the installation options based on your objective.
### 💻 Install qsv for general usage
If you intend on using qsv as a command line tool anywhere on your system (globally), then choose and complete the steps for **one** of the following options to install qsv:
- [Option 1](https://github.com/jqnatividad/qsv#option-1-download-prebuilt-binaries)
- [Option 2](https://github.com/jqnatividad/qsv#option-2-homebrew)
- [Option 3](https://github.com/jqnatividad/qsv#option-3-install-with-rust)
### 🛠 Install qsv for development
If you intend on developing, maintaining, and/or contributing to qsv, complete the steps for [option 4](https://github.com/jqnatividad/qsv#option-4-compile-from-source) to install qsv within a folder (locally).