INSTALL.txt: Make it clear that you can simply run without installing.

This commit is contained in:
David A. Wheeler 2014-08-02 22:26:37 -04:00
parent 7727f10dce
commit 9305afcb6e
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ unpack the tarball and type in something like this on the commmand line:
sudo make prefix=/usr install
Omit prefix=/usr to install in /usr/local instead.
Omit "sudo" if you are already root.
You don't even have to install it; running it as "./flawfinder ..."
will work just fine if you have Python 2 installed (though it's
probably more convenient to install it).
Not enough? Here are more detailed step-by-step instructions and options.