You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial/part-two/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ One of the most straightforward ways to add global styles to a site is using a g
32
32
33
33
Start by creating a new Gatsby site. It may be best (especially if you're new to the command line) to close the terminal windows you used for [part one](/tutorial/part-one/) and start a new terminal session for part two.
34
34
35
-
Open a new terminal window, create a new "hello world" gatsby site, and start the development server:
35
+
Open a new terminal window, create a new "hello world" Gatsby site in a directory called `tutorial-part-two`, and then move to this new directory:
36
36
37
37
```shell
38
38
gatsby new tutorial-part-two https://github.com/gatsbyjs/gatsby-starter-hello-world
0 commit comments