From 84209a405ea5aac0db722329593b52df43254900 Mon Sep 17 00:00:00 2001 From: Michele Bortolomeazzi Date: Mon, 8 Jul 2024 16:11:02 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efef516..290b099 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ git clone https://github.com/MicheleBortol/omero-cli-transfer.git # 3) Install bftools (necessary for omero-cli-transfer prepare) wget https://downloads.openmicroscopy.org/bio-formats/7.1.0/artifacts/bftools.zip unzip bftools.zip -mv bftools arc_omero_dev/bin +mkdir bin +mv bftools bin export PATH=$(pwd)/arc_omero_dev/bin/bftools:$PATH # 4) Install omero-cli-transfer with the plugins enabled for the prepare function