dorneanu / smalisca

Static Code Analysis for Smali files
Other
317 stars 76 forks source link

Install info is incorrect #2

Closed cryptax closed 9 years ago

cryptax commented 9 years ago

Hi, This is a very minor error, but it seems that the INSTALL info is not up to date. It says:

cd smalisca $ make install

but there is no Makefile is smalisca. It seems that make install must rather be done from the root of the project (above smalisca).

dorneanu commented 9 years ago

Yes, you're totally right. I'll update that asap. BTW: You can install smalisca using PyPI:

pip install smalisca