From b1b3c997262eca317ddff9f3635916ce304210a9 Mon Sep 17 00:00:00 2001 From: meeb Date: Sat, 22 Jan 2022 16:16:31 +1100 Subject: [PATCH] add cookies guide to readme --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cc84173..3fe5ee2 100644 --- a/README.md +++ b/README.md @@ -233,13 +233,11 @@ $ docker logs --follow tubesync Once you're happy using TubeSync there are some advanced usage guides for more complex and less common features: -![Import existing media into TubeSync](https://github.com/meeb/tubesync/blob/main/docs/import-existing-media.md) - -![Sync or create missing metadata files](https://github.com/meeb/tubesync/blob/main/docs/create-missing-metadata.md) - -![Reset tasks from the command line](https://github.com/meeb/tubesync/blob/main/docs/reset-tasks.md) - -![Using PostgreSQL, MySQL or MariaDB as database backends](https://github.com/meeb/tubesync/blob/main/docs/other-database-backends.md) + * [Import existing media into TubeSync](https://github.com/meeb/tubesync/blob/main/docs/import-existing-media.md) + * [Sync or create missing metadata files](https://github.com/meeb/tubesync/blob/main/docs/create-missing-metadata.md) + *[Reset tasks from the command line](https://github.com/meeb/tubesync/blob/main/docs/reset-tasks.md) + * [Using PostgreSQL, MySQL or MariaDB as database backends](https://github.com/meeb/tubesync/blob/main/docs/other-database-backends.md) + * [Using cookies](https://github.com/meeb/tubesync/blob/main/docs/using-cookies.md) # Warnings