From 713399290c7fe04eb65860e05bd743351721d248 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sylvester.joosten@gmail.com> Date: Tue, 20 Oct 2020 15:24:40 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9167e063c..4be7bb593 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ cd eic_container modeuefile will be installed to `$PREFIX/../../etc/modulefiles`. You can use the `-v` flag to select the version you want to deploy, or omit the flag if you want to install the master build. The recommended stable - release version is `v2.2.0`. + release version is `v2.2.2`. ```bash -./deploy.py -v 2.2.0 <PREFIX> +./deploy.py -v 2.2.2 <PREFIX> ``` Available flags: -- GitLab