From 32a9f2d5aa68cf4bf96a7008ab2647309b6f4b53 Mon Sep 17 00:00:00 2001 From: Danila Gamkov Date: Thu, 24 Apr 2025 19:23:38 +0300 Subject: [PATCH] correct Readme --- README.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 86c9e86..97efed5 100644 --- a/README.markdown +++ b/README.markdown @@ -82,7 +82,12 @@ If you want to parse astor data in specified directory, run program asotr_csv di cd /target/release/ ./asotr_csv -d ``` -3. csv data in directory: +Or if you want to parse all raw data from ASOTR into csv files and plot csv data you might use shell script: +``` +cd +./asotr_all_unzip_auto.sh +``` +csv data will be in directory: \/data/ ### Plot csv data in Python