diff --git a/README.md b/README.md index e8833c6..11f75ff 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ This repo houses the code for initial runs to assess overhead of running waku no Bare metal run is done, docker run is done. kurtosis run is more or less done. Will run some sanity check runs, and add the plots soonish . -the `run_waku.sh' takes 3 options, metal | docker | kurtosis, for each type of runs. From build to run to collecting data, everything is automated. Plots will be automated as well. +the `run_waku.sh' takes 4 options: clean | metal | docker | kurtosis. clean will clear out the bianries, and the rest 3 specify the type of run. metal will comiple and run the pub/sub on local machine. docker will build the docker imaeg and run it inside docker in the local machine. kurtosis will build docker and run this docker inside the kurtosis enclave. From build to run to collecting data, everything is automated. Plots will be automated as well.