summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2018-03-30 12:25:38 +0100
committerPaul Buetow <pbuetow@mimecast.com>2018-03-30 12:25:38 +0100
commite6d748066e9eed5ac6b4aee7b12a1990fdad2bd6 (patch)
tree76e50b3f0c39c2392bbeddd3230a12355d8f09f8
parent8bd756889efd0f8f740082dc7f2f95c7283bcfef (diff)
dont need sudo when generating .replay file
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.