From 6e845c93447080ed8e4b975cd2f0208ba2f54255 Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Fri, 15 Mar 2019 19:18:53 +0100 Subject: [PATCH] fix typo on rm command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d91845c5a..49e88b933 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The beacon node simulation is will create a full peer-to-peer network of beacon ./tests/simulation/start.sh # Clear data from last run and restart simulation with a new genesis block -rf -rf tests/simulation/data ; ./tests/simulation/start.sh +rm -rf tests/simulation/data ; ./tests/simulation/start.sh # Run an extra node - by default the network will launch with 9 nodes, each # hosting 10 validators. The last 10 validators are lazy bums that hid from the