Browse Source

Update 'README.md'

Pierre-Yves Barriat 6 years ago
parent
commit
ced128a106
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ sudo update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-
 
 sudo update-alternatives --set cc /usr/bin/gcc
 sudo update-alternatives --set c++ /usr/bin/g++
-sudo update-alternatives --set cc /usr/bin/gfortran
+sudo update-alternatives --set f77 /usr/bin/gfortran
 
 sudo update-alternatives --config gcc
 sudo update-alternatives --config g++