Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc2761 authored Feb 6, 2024
1 parent 94b5135 commit b2a8ae6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2a8ae6

Please sign in to comment.