From 523351531c730858400a2c206c680b3c1f3e8ea8 Mon Sep 17 00:00:00 2001 From: PartialVolume Date: Sat, 14 Mar 2020 08:54:04 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 702bc92..271d3f2 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ You can run the script multiple times, the first time it's run it will install a If you already have nwipe installed from the repository, you need to take care which version you are running. If you typed `nwipe` from any directory it will always run the original repository copy of nwipe. To run the latest nwipe you have to explicitly tell it where the new copy is, e.g in the directory `~/nwipe_master/nwipe/src` . That's why you would run it by typing `sudo ~/nwipe_master/nwipe/src/nwipe` alternatively you could cd to the directory and run it like this: > cd ~/nwipe_master/nwipe/src -./nwipe +>./nwipe Note the ./, that means only look in the current directory for nwipe. if you forgot to type ./ the computer would run the old 0.24 nwipe.