From b1885d352fb67d5e7aa5752ab946764cda894a47 Mon Sep 17 00:00:00 2001
From: nickb <nickb@ssec.wisc.edu>
Date: Fri, 19 Feb 2021 22:58:48 +0000
Subject: [PATCH] fix the extracted path to what it'll be for 1.0b1

---
 gridded_glm/PACKAGE_README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gridded_glm/PACKAGE_README.md b/gridded_glm/PACKAGE_README.md
index 406e182..7ce061a 100644
--- a/gridded_glm/PACKAGE_README.md
+++ b/gridded_glm/PACKAGE_README.md
@@ -45,7 +45,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 To install, extract the tarball and optionally add the bin directory to your PATH.
 ​
 tar xf cspp-geo-gridded-glm-1.0b1.tar.xz
-export PATH=$PATH:$PWD/cspp-geo-gridded-glm-1.0/bin
+export PATH=$PATH:$PWD/cspp-geo-gridded-glm-1.0b1/bin
 ​
 ​
 ## USAGE
-- 
GitLab