diff options
author | garret <garret@airmail.cc> | 2025-06-16 01:27:24 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2025-06-16 01:33:43 +0100 |
commit | b13d3d4875df832087fa59c412ed982b261f45e1 (patch) | |
tree | e39d3b41277ea9e1e243feed5ba850f9b1df2f16 /README.md | |
parent | 86cc1a281d65d8f79e466a1309aab5d349b6b4d8 (diff) | |
download | aegisub-scripts-b13d3d4875df832087fa59c412ed982b261f45e1.tar.gz aegisub-scripts-b13d3d4875df832087fa59c412ed982b261f45e1.tar.bz2 aegisub-scripts-b13d3d4875df832087fa59c412ed982b261f45e1.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -6,11 +6,15 @@ I do timing and editing, so these scripts mainly help with those. There's nothin ## how do i install them -I believe you should just be able to add them via the [Automation Manager](https://aegisub.org/docs/3.2/Automation/Manager/index.html), or put them in your `autoload` folder. +You should be able to add them via the [Automation Manager](https://aegisub.org/docs/3.2/Automation/Manager/index.html), or put them in your `autoload` folder. -Most of them should register themselves with [DependencyControl](https://github.com/TypesettingTools/DependencyControl) if you have it installed, but I haven't set up a feed, so you won't be able to update them that way. +I'm experimenting with offering a DependencyControl feed. The feed URL is: +``` +https://427738.xyz/depctrl/feed.json +``` -I'm not bothering with DepCtrl for newer scripts as it's too much red tape/boilerplate imo. sorry about that. +Some of the scripts don't register themselves with DependencyControl, so they won't auto-update. Sorry about that. +~~if it's any consolation it's not like i ever update them these days anyway~~ ## how do i get help |