Skip to content

Commit bc9aa39

Browse files
authored
Merge pull request #154 from fernahh/docs/step-three
Improve tutorial step three
2 parents 0746316 + 471fec4 commit bc9aa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you want to do it, here are the steps to follow:
5454

5555
1. Make sure you have a recent version of [Node.js](https://nodejs.org/en/) installed.
5656
2. Follow the [installation instructions](/docs/installation.html#creating-a-new-application) to create a new project.
57-
3. Delete all files in the `src/` folder of the new project.
57+
3. Delete all files inside the `src/` folder of the new project (don't delete the folder, just its contents (eg `rm -f src/*`)).
5858
4. Add a file named `index.css` in the `src/` folder with [this CSS code](https://codepen.io/gaearon/pen/oWWQNa?editors=0100).
5959
5. Add a file named `index.js` in the `src/` folder with [this JS code](https://codepen.io/gaearon/pen/oWWQNa?editors=0010).
6060
6. Add these three lines to the top of `index.js` in the `src/` folder:

0 commit comments

Comments
 (0)