summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md19
1 files changed, 13 insertions, 6 deletions
diff --git a/README.md b/README.md
index 10d2e76..9d3ef88 100644
--- a/README.md
+++ b/README.md
@@ -7,18 +7,25 @@ script was written for Windows only. I've modified it to work on GNU/Linux.
## Dependencies
-- [alass](https://github.com/kaegi/alass)
-- [ffmpeg](https://ffmpeg.org/)
+You must have [Rust and Cargo installed](https://www.rust-lang.org/tools/install).
-Dependencies other than alass can be installed on Debain with:
+Then run the following. If you're not on a Debian-based system, replace `apt`
+with your distro's package manager.
```shell
-sudo apt install ffmpeg mkvtoolnix
+cargo install alass-cli && sudo apt install ffmpeg mkvtoolnix
```
+Here is the list of dependencies, if you'd like to read more about them:
+
+- [alass](https://github.com/kaegi/alass)
+- [ffmpeg](https://ffmpeg.org/)
+- [mkvtoolnix](https://mkvtoolnix.download/0)
+
## License
Anacreon didn't include any license with their original script, so I can't
-really apply license this. If anyone has a problem with me sharing these
+really license this. If anyone has a problem with me sharing these
modifications, please let me know at
-[eapoems@riseup.net](mailto:eapoems@riseup.net).
+[eapoems@riseup.net](mailto:eapoems@riseup.net). If Anacreon releases their work under a compatible
+license, then I release this codebase under the AGPL v3.