Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-09-27 16:19:41 +0300
committerAndrew Gallant <jamslam@gmail.com>2015-09-27 16:19:41 +0300
commit69cb16c7fa9edae2904414dfa0aa7ed12bf1675d (patch)
tree8bd5ef8f2565a376c320b9e53222d92180983d66 /README.md
parent457ed4ee8d6f668c05098abfd897d9ba2876c369 (diff)
s/$HOME/$DIR/ in most places
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e632962..19f631a 100644
--- a/README.md
+++ b/README.md
@@ -120,10 +120,10 @@ DIR=$HOME
sudo sh -c 'echo 3 > /proc/sys/vm/drop_caches'
# To warm the caches
-find $HOME
+find $DIR
# Test speed of `find` on warm cache:
-time find $HOME
+time find $DIR
# Compile and test speed of `walkdir` crate:
cargo build --release --example walkdir