From d50845c87a944571c577b941e7108bec10bff462 Mon Sep 17 00:00:00 2001 From: Rakib Fiha Date: Tue, 27 Oct 2020 00:16:32 +0900 Subject: [PATCH] Fixed line formating in readme (#198) * Fix readme format --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c8e01..db9e1cd 100644 --- a/README.md +++ b/README.md @@ -258,18 +258,23 @@ code uses for importing isce. #### Install ISCE +```bash cd isce scons install +``` For a verbose install run: + +```bash scons -Q install +``` The scons command also allows you to explicitly specify the name of the SConfigISCE file, which could be used to specify an alternative file for (say SConfigISCE\_NEW) which must still be located in the same SCONS\_CONFIG\_DIR, run -``` +```bash scons install --setupfile=SConfigISCE_NEW ```