We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27826bd commit a2d705fCopy full SHA for a2d705f
1 file changed
docs/source/acquire_upload/prepare_before_acquisition.md
@@ -359,7 +359,7 @@ If you want to store your Instrument metadata file in the Scientific Computing m
359
360
Note that you must currently have the `release-v1.0.0` branch of `aind-metadata-mapper` installed:
361
```bash
362
-git checkout https://github.com/AllenNeuralDynamics/aind-metadata-mapper.git
+git clone https://github.com/AllenNeuralDynamics/aind-metadata-mapper.git
363
cd aind-metadata-mapper
364
git checkout release-v1.0.0
365
conda create -n instrument_uploader # or whatever you want your env to be called
@@ -494,4 +494,4 @@ Standardized procedures that are performed by NSB (link?) are uploaded and acces
494
});
495
})();
496
</script>
497
-```
+```
0 commit comments