From c9f64603f63faf5212097099dbff93fe74e63a44 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Wed, 20 May 2020 14:10:50 +0000 Subject: [PATCH] spack clear -> clean --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 248c5c0..a98ff50 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ spack load jupyter Spack is a great tool, but sometimes things may fall over. These are the equivalents of *Have you tried turning it off an on again?* for Spack: * Uninstall all versions of the Dune package: `spack uninstall dune` -* Clear all build caches `spack clear -a` +* Clear all build caches `spack clean -a` * Remove `$HOME/.spack` (note you need to re-add the Dune repository afterwards: `spack repo add ` If your problem persists, report it on [the issue tracker](https://gitlab.dune-project.org/spack/dune-spack/issues).