From a3459e0b4474d01a2a170e925eb243f6dab2a90b Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Thu, 24 Oct 2019 10:10:49 -0500 Subject: [PATCH] Remove unnecessary path information in docker example --- gridded_glm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gridded_glm/README.md b/gridded_glm/README.md index f0c6435..84e1dfb 100644 --- a/gridded_glm/README.md +++ b/gridded_glm/README.md @@ -7,8 +7,8 @@ Gridded GLM package. ```bash docker run -it -v $PWD:/work --rm cspp_geo_gridded_glm/run_package:r20191024 \ - bash /opt/ssec/cspp_geo_gridded_glm-v1.0.0-prealpha0/bin/make_glm_grids.sh -o /work \ - --fixed_grid --split_events --goes_position east --goes_sector conus --dx=2.0 --dy=2.0 OR*.nc + make_glm_grids.sh -o /work --fixed_grid --split_events \ + --goes_position east --goes_sector conus --dx=2.0 --dy=2.0 OR*.nc ``` Note that "OR*.nc" must exist in the current directory to make bash expand -- GitLab