diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-04 13:20:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-04 13:20:06 +0200 |
commit | 847a61d3ddf0c4a7656ed330f344ccf27681e240 (patch) | |
tree | d94775f4854c7487af80ccde6cd3967acdf8fc15 /readme.md | |
parent | 270283eb61716fa51c0c9b96ef3e00d23eb94dc9 (diff) | |
download | meta-adservices-847a61d3ddf0c4a7656ed330f344ccf27681e240.tar meta-adservices-847a61d3ddf0c4a7656ed330f344ccf27681e240.tar.bz2 meta-adservices-847a61d3ddf0c4a7656ed330f344ccf27681e240.tar.zst |
change ad index to use sidecar files
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,10 @@ like one would in a webring. 1. Build with cargo: `cargo build --release` 2. Write a configuration file. See [sample_config.yaml](./sample_config.yaml) -3. Run it: `meta-adservices your_config.yaml` +3. Place your ad images in `ad_dir` and for each image add another file named + `<image.webp>.toml` containing the key `target` containing the desired + hyperlink. +4. Run it: `meta-adservices your_config.yaml` Ask questions in issues or [contact me](https://metamuffin.org/contact). |