Skip to content

Commit a0719b1

Browse files
Merge pull request docker#597 from guillaumeguerin/patch-1
Update step_four.md
2 parents 5a8b802 + ad491d6 commit a0719b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/getstarted/step_four.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ commands to run. Your recipe is going to be very short.
4646
$ ls
4747
Dockerfile
4848

49-
5. Open the `Dockerfile` in a visual text editor like <a href="https://atom.io/" target="_blank">Atom</a> or <a href="https://www.sublimetext.com/" target="_blank">Sublime</a>, or a text based editor like `vi`, or <a href="https://www.nano-editor.org/" target="_blank">nano</a>.
49+
5. Open the `Dockerfile` in a visual text editor like <a href="https://atom.io/" target="_blank">Atom</a> or <a href="https://www.sublimetext.com/" target="_blank">Sublime</a>, or a text based editor like <a href="http://ex-vi.sourceforge.net/" target="_blank">vi</a>, or <a href="https://www.nano-editor.org/" target="_blank">nano</a>.
5050

5151
6. Add a line to the file like this:
5252

0 commit comments

Comments
 (0)