diff --git a/README.md b/README.md index 80f98e1..78c5d8d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Tool to convert USM video files into user-friendly formats. ## Getting started -Download the latest version and run `UsmToolkit get-dependencies`. This will download ffmpeg and vgmstream from the URLs provided in `deps.json`. These are neccessary for this tool to operate! +To begin with, make sure to install the depedencies `ffmpeg` and `vgmstream`. This is platform-specific and can be figured out easily enough. After that, it's as easy as it can get. @@ -35,4 +35,4 @@ You can change these settings to your likings, it's standard ffmpeg syntax. ## License -UsmToolkit follows the MIT License. It uses code from [VGMToolbox](https://sourceforge.net/projects/vgmtoolbox/). \ No newline at end of file +UsmToolkit follows the MIT License. It uses code from [VGMToolbox](https://sourceforge.net/projects/vgmtoolbox/).