Skip to content

Commit 4b9e306

Browse files
committed
Update README.md
1 parent ef85625 commit 4b9e306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ All functions return a deferred-length, allocatable character scalar (``characte
3131
Admittedly, my knowledge of automake, autotools, etc is not strong at this time. The makefile is preconfigured to compile with GNU Fortran (gfortran) ``$FC`` and its appropriate compiler options ``$FFLAGS``. The default install path is set to ``/usr/local`` via ``$PREFIX``. To change these make variables, simply edit the makefile or set these variables on the command line prior to the make commands.
3232

3333
``> [FC=... FFLAGS="..." PREFIX="..."] make``
34+
3435
``> [sudo] [FC=... FFLAGS="..." PREFIX="..."] make`` **(sudo access required to install to system area)**
3536

3637
### Test

0 commit comments

Comments
 (0)