Skip to content

Commit ea32cf5

Browse files
authored
Update README.md
1 parent 588d217 commit ea32cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ To use the catalog builder, install the [conda package](https://anaconda.org/NOA
1010
Building a catalog would then look something like this:
1111

1212
```
13-
gen_intake_gfdl.py /archive/am5/am5/am5f3b1r0/c96L65_am5f3b1r0_pdclim1850F/gfdl.ncrc5-deploy-prod-openmp/pp $HOME/catalog
13+
gen_intake_gfdl.py /archive/path_to_data_dir /home/$USER/catalog
1414
```
1515

1616
OR
1717

1818
```
19-
fre catalog build --overwrite /archive/path_to_data_dir
19+
fre catalog build /archive/path_to_data_dir /home/$USER/catalog
2020
```
2121

2222
If you run into any problems please create an [issue](https://github.com/NOAA-GFDL/CatalogBuilder/issues) here.

0 commit comments

Comments
 (0)