From 7d15936ff29287c697b11fcf506227aa59b18f11 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20M=C3=BCller?= <sebastian.mueller@ufz.de>
Date: Fri, 26 May 2023 13:17:59 +0200
Subject: [PATCH] update docs

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 826c76a..b278393 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Module load scripts on HPC Clusters for Fortran Projects at CHS.
 
 All these scripts will load:
 
-- the respective fortran compiler and set `FC` env-var (optional MPI support)
+- the respective compilers and set `FC`, `F77`, `CC` and `CXX` env-var (optional MPI support)
 - netCDF-Fortran
 - CMake
 - the MPR Python Environment (_except chs-conda environment_)
-- 
GitLab