From 15638e7fee0279d3b3bc94e94a68c57f9602cd48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Galvagno=20S=C3=A9bastien?= Date: Tue, 14 Jan 2025 16:53:56 +0100 Subject: [PATCH] update doc --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 74df239..642ebc8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ A pipeline tool to convert Cytosense data files to EcoTaxa compatible format. - Automated conversion from Cytosense (.cyz) to EcoTaxa format - Built-in cyz2json binary for data extraction - Cross-platform support (Linux, Windows, MacOS) -- System-wide installation # pre installation ## Linux @@ -36,11 +35,13 @@ on Windows use install.ps1 instead of install.sh not tested ### On MacOSX -manual build -to bypass security with xattr command, then need to go in Systems Settings > Security & Privacy > General and allow the app to be opened for the 10+ libraries. (need to relauch sevaral time the cyz2json binary) - -or use +When you use manual build: you need to bypass security +You have 2 possibilities : +using xattr command. +``` xattr -d com.apple.quarantine /opt/cytosense_to_ecotaxa_pipeline/bin/* +``` +or if you do not want use xattr you need to go in Systems Settings > Security & Privacy > General and allow the app to be opened for the 10+ libraries. You need to relauch sevaral time the cyz2json binary to acheive all neccessary permissions. # Run the pipeline