From c220617d42950d5ddc08cb3e2967139244720e67 Mon Sep 17 00:00:00 2001 From: "Eric J. Fielding" Date: Sat, 27 Nov 2021 11:42:59 -0800 Subject: [PATCH] updated README with new hidden SCONS file that may need to be deleted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eaf72d..ee2d8a0 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ run the following command while in the top directory of the ISCE source (the directory containing the SConstruct file): ```bash -> rm -rf config.log .sconfig.dblite .sconf_temp +> rm -rf config.log .sconfig.dblite .sconf_temp .sconsign.dblite ``` and then try "scons install" again.