Skip to content

Commit f67e27b

Browse files
authored
Merge pull request #3719 from olehermanse/master
Fixed wrong instructions in vi guide
2 parents c98f5ff + 57361b7 commit f67e27b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/getting-started/01-installing-cfengine/pre-installation-checklist/vi-quick-start-guide.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Learning the basics of vi is quite simple. The best way is by walking through an
2727

2828
Step 1. Inside the shell prompt, simply type "vi". This will allow the user to insert text and create a new file.
2929

30-
Step 2. Type "i" then press the "Enter" key. This takes the user to the insert mode, and allows typing in text or copying and pasting.
30+
Step 2. Press "i" to enter insert mode. You can now type in text or paste in content.
3131

3232
Step 3. Type some text-for example, the obligatory "Hello World" (which will be the subject of a later tutorial).
3333
Now press "Enter" to go to the next line and type "My name is Gary, and it's nice to meet you."

0 commit comments

Comments
 (0)