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