INSTALL.txt: Make it clear that you can simply run without installing.
This commit is contained in:
parent
7727f10dce
commit
9305afcb6e
|
@ -11,6 +11,9 @@ unpack the tarball and type in something like this on the commmand line:
|
||||||
sudo make prefix=/usr install
|
sudo make prefix=/usr install
|
||||||
Omit prefix=/usr to install in /usr/local instead.
|
Omit prefix=/usr to install in /usr/local instead.
|
||||||
Omit "sudo" if you are already root.
|
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.
|
Not enough? Here are more detailed step-by-step instructions and options.
|
||||||
|
|
Loading…
Reference in New Issue