From b2a8ae6e6dcc2ab8c612f1cc7ae4794a308f4389 Mon Sep 17 00:00:00 2001 From: Bennett Chang <98476720+bcc2761@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:24:49 -0500 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33de1c48..240e2e29 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,11 @@ If there is *no* subdirectory created for the new tool you are trying to develop - Once published as a Conda package, ideally on the NOAA-GFDL channel at https://anaconda.org/NOAA-GFDL, an addition can be made to the "run" section under the "requirements" category in the meta.yaml of the fre-cli following the syntax `channel:package` - On pushes to the main branch, the package located at https://anaconda.org/NOAA-GFDL/fre-cli will automatically be updated using the workflow file - ### **Example Directory Structure** + ### **Example /fre Directory Structure** +. +├── __init__.py +├── fre.py +├── subTool +│   ├── __init__.py +│   ├── subCommandScript.py +│   └── fre(subTool).py