Updated (again) readme using a single command

This commit is contained in:
Federico Cerutti
2018-01-31 14:39:14 +01:00
committed by GitHub
parent 9fed51206f
commit c24b6ac572

View File

@@ -7,11 +7,7 @@ Please note MFOC is able to recover keys from target only if it have a known key
# Build from source # Build from source
``` ```
libtoolize --force autoreconf -is
aclocal
autoheader
autoconf
automake --force-missing --add-missing
./configure ./configure
make && sudo make install make && sudo make install
``` ```