From 73f36c2a28e439dbf2935fbadcbaa3f7cd53ee24 Mon Sep 17 00:00:00 2001 From: Bart Schilperoort Date: Wed, 9 Aug 2023 08:51:32 +0200 Subject: [PATCH] Correct command to run zampy from cli --- docs/using_zampy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_zampy.md b/docs/using_zampy.md index 52bde20..d62e19c 100644 --- a/docs/using_zampy.md +++ b/docs/using_zampy.md @@ -43,7 +43,7 @@ You can specify multiple datasets and multiple variables per dataset. Save this recipe to disk and run the following code in your shell: ```bash -zampy --filename /home/username/path_to_file/simple_recipe.yml +zampy /home/username/path_to_file/simple_recipe.yml ``` This will execute the recipe (i.e. download, ingest, convert, resample and save the data).