place files in normal location

This commit is contained in:
Martijn van Brummelen
2017-02-21 22:31:11 +01:00
parent 4e64cab3c3
commit c8a5a16108
33 changed files with 0 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
nwipe is a command that will securely erase disks using a variety of
recognised methods. It is a fork of the dwipe command used by
Darik's Boot and Nuke (dban). nwipe is included with partedmagic if you
want a quick and easy bootable CD version. nwipe was created out of
a need to run the DBAN dwipe command outside of DBAN, in order to
allow its use with any host distribution, thus giving better hardware
support.
To use from the git repository, first create all the autoconf files with
./init.sh
Then do the standard ./configure --prefix=/usr && make && make install
For release notes please see the [README file](README)