Update README file bootstrap; Update version number in man page

This commit is contained in:
Andy Beverley
2014-03-28 17:37:59 +00:00
parent e713570a69
commit c943bee4c3
2 changed files with 7 additions and 3 deletions

8
README
View File

@@ -1,12 +1,16 @@
Installation
============
Installation should work with the standard:
First bootstrap the source tree:
./init.sh
The install using the standard:
./configure
make
make install
The ncurses, pthreads and parted libraries are required for compiling.
For any problems, please use the Sourceforge Help/Bugs forum.
For any problems, please use the Github page:
https://github.com/abeverley/nwipe
Andy Beverley