From e6d748066e9eed5ac6b4aee7b12a1990fdad2bd6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Mar 2018 12:25:38 +0100 Subject: dont need sudo when generating .replay file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d7f72..e668f94 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ After producing ``io.capture`` it must be pre-processed. The resulting replay lo To generate the the replay log ``io.replay`` from the capture log ``io.capture`` run: ```sh -sudo ioriot -c io.capture -r io.replay -n NAME -u USER +ioriot -c io.capture -r io.replay -n NAME -u USER ``` In which NAME is a freely chosen name and USER must be a valid system user. It is the system user under which the replay test will run. This command also creates all required top level directories such as ``/.ioriot/NAME/``, ``/mnt/.ioriot/NAME/`` in all mounted file systems. These are the directories where the replay test will read/write files from/to. These directories will belong to user USER. -- cgit v1.2.3