Skip to content

Commit 077e9aa

Browse files
author
Abdulhakim Ajetunmobi
authored
Update README for new structure (#20)
1 parent d61de2d commit 077e9aa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@ To create a new tutorial, first clone the repo:
1616
git clone git@github.com:Vonage-Community/tutorial-interactive_tutorials.git
1717
```
1818

19-
Create a copy of the starter tutorial, giving the target folder your tutorial name. Then change directory into your tutorial folder:
19+
Change directory into the tutorials folder, then install the dependencies:
2020

2121
```bash
2222
cd tutorials
23+
npm install
24+
```
25+
26+
Create a copy of the starter tutorial, giving the target folder your tutorial name. Then change directory into your tutorial folder:
27+
28+
```bash
2329
cp -r 00_Starter-Tutorial product_name-language-topic
2430
cd product_name-language-topic
2531
```
@@ -28,13 +34,7 @@ cd product_name-language-topic
2834
2935
### Create the Tutorial Content
3036

31-
The tutorials are static websites built with [Astro](https://astro.build). First install the dependencies:
32-
33-
```
34-
npm install
35-
```
36-
37-
Then start the development server:
37+
The tutorials are static websites built with [Astro](https://astro.build). Start the development server:
3838

3939
```
4040
npm run dev
@@ -79,4 +79,4 @@ To update a tutorial:
7979
* Ensure the version number is updated.
8080
* Create a PR
8181

82-
The rest of the steps are the same.
82+
The rest of the steps are the same.

0 commit comments

Comments
 (0)