Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBortol authored Jul 8, 2024
1 parent 2172c6e commit 84209a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84209a4

Please sign in to comment.