Skip to content

Commit ad491d6

Browse files
Update step_four.md
Added a link to the vi text editor website.
1 parent 089d910 commit ad491d6

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)