Fixed line formating in readme (#198)

* Fix readme format
LT1AB
Rakib Fiha 2020-10-27 00:16:32 +09:00 committed by GitHub
parent c601204942
commit d50845c87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -258,18 +258,23 @@ code uses for importing isce.
#### Install ISCE #### Install ISCE
```bash
cd isce cd isce
scons install scons install
```
For a verbose install run: For a verbose install run:
```bash
scons -Q install scons -Q install
```
The scons command also allows you to explicitly specify the name of the 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 SConfigISCE file, which could be used to specify an alternative file for
(say SConfigISCE\_NEW) which must still be located in the same (say SConfigISCE\_NEW) which must still be located in the same
SCONS\_CONFIG\_DIR, run SCONS\_CONFIG\_DIR, run
``` ```bash
scons install --setupfile=SConfigISCE_NEW scons install --setupfile=SConfigISCE_NEW
``` ```