From 6603c48cde7cbddd04137a5c619401eb05191c94 Mon Sep 17 00:00:00 2001 From: Renier Strydom Date: Sat, 8 Oct 2016 10:36:56 +0200 Subject: [PATCH] Update step_four.md It is not normal to provide the file you are looking for when running `ls` --- engine/getstarted/step_four.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/getstarted/step_four.md b/engine/getstarted/step_four.md index 8db84a56de..6523e9a3da 100644 --- a/engine/getstarted/step_four.md +++ b/engine/getstarted/step_four.md @@ -50,7 +50,7 @@ commands to run. Your recipe is going to be very short. The command appears to do nothing but it actually creates the Dockerfile in the current directory. Just type `ls Dockerfile` to see it. - $ ls Dockerfile + $ ls Dockerfile 5. Open the `Dockerfile` in a visual text editor like Atom or Sublime, or a text based editor like `vi`, or `nano` (https://www.nano-editor.org/).