Skip to content

Commit ac31865

Browse files
authored
Remove extra step and add command line open instructions
1 parent fbad0ba commit ac31865

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

book/06a_activity_create_file.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
Now it is time to put an image and a caption into your file:
44

5-
1. Find an image that you want to caption
65
1. Find your file, `named 2010-02-##-USERNAME.md`.
76
1. Open your file in your favorite text editor.
87
1. Copy and paste the image text into your file on line 6.
@@ -15,4 +14,6 @@ Now it is time to put an image and a caption into your file:
1514
```
1615
1. *Save* your file.
1716

18-
> Git doesn't care how you work with your files locally. You can work in your favorite IDE or text editor, or you can use VIM through the command line.
17+
> Git doesn't care how you work with your files locally. You can work in your favorite IDE or text editor, or you can use VIM through the command line.
18+
19+
> To open your file from the command line, many IDEs and text editors offer shortcuts. For example, to open the project in Atom, you can use `atom .` and to open it in Visual Studio Code you can use `code .`.

0 commit comments

Comments
 (0)