From 040742b9ae8e1b415a0c2df0a2d17881854d88f3 Mon Sep 17 00:00:00 2001 From: mershad-manesh <105240903+mershad-manesh@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:59:06 -0500 Subject: [PATCH] fix the example in README.md --- minion/README.md | 1 + 1 file changed, 1 insertion(+) 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 ```