From 53a7a61b62705941c32fa2f9ff8c381e349ad2de Mon Sep 17 00:00:00 2001 From: CGDogan <126820728+CGDogan@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:20:22 +0100 Subject: [PATCH] updating --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40f43f..017da68 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ docker run [-v /path/to/images:/images] -i -t -p 8042:8042 camicroscope/dicomsrv # Updating caMicroscope orthanc-indexer plugin -Because build_orthanc_indexer.sh does "git clone" without specifying commit hash, Docker caches this line so if caMicroscope plugin repository is updated, please make a new tag there (such as: v0.3) and update the version in number in the script. See also the [BFBridge documentation](https://github.com/camicroscope/BFBridge/wiki/Updating-BFBridge) which describes the exact steps. +Because build_orthanc_indexer.sh does "git clone" without specifying commit hash, Docker caches this line so if caMicroscope plugin repository is updated, please make a new tag there (such as: v0.3) and update the version in number in the script. See also the [BFBridge documentation](https://github.com/camicroscope/BFBridge/wiki/Updating-BFBridge) which describes the exact steps. Note that making a tag should be done at github.com/camicroscope/orthanc-indexer and not here. ## Testing