Skip to content

Commit cd63c86

Browse files
committed
readme update.
1 parent 2bae8dd commit cd63c86

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,9 @@ Currently, several ways are provided to build the JSON-fortran library
101101

102102
The full set of modes are: `static-gnu`, `static-gnu-debug`, `static-intel`, `static-intel-debug`, `shared-gnu`, `shared-gnu-debug`, `shared-intel`, `shared-intel-debug`, `tests-gnu`, `tests-gnu-debug`, `tests-intel`, `tests-intel-debug`
103103

104-
To generate the documentation using [ford](https://github.com/cmacmackin/ford), run:
104+
To generate the documentation using [ford](https://github.com/cmacmackin/ford), run: ```FoBis.py rule --execute makedoc -f json-fortran.fobis```
105105

106-
```
107-
FoBis.py rule --execute makedoc -f json-fortran.fobis
108-
```
106+
To run all the tests, run: ```FoBis.py rule --execute tests -f json-fortran.fobis```
109107

110108
* A [Visual Studio](https://www.visualstudio.com) project is included for building the library (and unit tests) on Windows with the Intel Fortran Compiler. The project has been tested with Visual Studio 2010 and 2013.
111109

0 commit comments

Comments
 (0)