From fdbb11b43c66b0837f2999057ffa7073bc3b773e Mon Sep 17 00:00:00 2001 From: Nathan Simpson Date: Mon, 23 Sep 2024 17:02:48 +0100 Subject: [PATCH] update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3704400..cf4d738 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,12 @@ For making changes, see the [guidance on development](https://github.com/alan-tu ## Usage -Example: +### Validating a model +```bash +cloudcasting validate "path/to/config/file.yml" "path/to/model/file.py" +``` +### Downloading data ```bash cloudcasting download "2020-06-01 00:00" "2020-06-30 23:55" "path/to/data/save/dir" ```