Update README.md

This commit is contained in:
Dominic Kempf 2020-07-03 08:56:42 +00:00
parent 037967d152
commit e658e3ade6
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ A summary of customization options can be shown with:
spack info dune spack info dune
``` ```
Currently, two versions are implemented: `master` and `2.7`. You can switch between them by specifying them with the `@` character. The following command installs a software stack based on the master branch of all Dune modules: Currently, three versions are implemented: `master`, `2.7` (default) and `2.6`. You can switch between them by specifying them with the `@` character. The following command installs a software stack based on the master branch of all Dune modules:
``` ```
spack install dune@master spack install dune@master