From fdb434dfd8b7ef7d93401d7b86791610fed72cb6 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 14 Dec 2023 10:33:00 +0200 Subject: [PATCH] Note that the import script is now part of the container image (#523) * Note that the import script is now part of the container image Related to https://github.com/turt2live/matrix-media-repo/pull/520 * Add missing sentence about import binaries being released * Do not mention import_synapse to make it more generic --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d5c1c16..ead93116 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,7 @@ import is complete.** **Note**: the database options provided on the command line are for the Synapse database. The media repo will use the connection string in the media-repo.yaml config when trying to store the Synapse media. -**Note**: the import script is not available to the Docker container. Binaries of the script are included with every -release though if you want to avoid building it yourself. +**Note**: If you want to avoid building the import binaries yourself, you can find them included in every [release](https://github.com/turt2live/matrix-media-repo/releases) and in the Docker container image (in `/usr/local/bin/`) 1. Build the media repo (as stated above) 2. Edit/setup `media-repo.yaml` per the install instructions above