From 8c90562fcc9106c30126d0ebd13059f592348e7b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 8 Jan 2019 00:22:35 +0000 Subject: [PATCH] Added installation instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a12f033..c4ac60b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ sometimes `rm -rf` is just too good for a file. ![Preview](https://bitbucket.org/spilt/nuke/downloads/nuke.gif) +## Installation + +The only requirement is [ncurses](https://www.gnu.org/software/ncurses/), which probably comes with your platform. Use `make` to build, `sudo make install` to install. + ## Usage `nuke file1 file2...`