Fixed the installation commands in the readme file.

This commit is contained in:
MissValeska 2014-02-28 02:19:27 -08:00
parent eb91be8f93
commit 83db8acdde

View File

@ -63,6 +63,7 @@ The dependencies of netsukuku can be gathered by running this command.
To compile the code you can use scons or just go with the old school way: To compile the code you can use scons or just go with the old school way:
# autoreconf -i
# ./configure && make # ./configure && make
# sudo make install # sudo make install