diff --git a/minion/README.md b/minion/README.md index 65392b8..a913371 100644 --- a/minion/README.md +++ b/minion/README.md @@ -16,6 +16,7 @@ This template can be used to bring up a minion and connect it to a OpenNMS core. ### Example: Adding a file called `hello.txt` to `etc` folder inside the minion container ``` +$ cd minion $ echo "Hello World" > etc/hello.txt ```