Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae71ff4

Browse files
author
Anthony Gore
committed
Updating README
1 parent 223fd10 commit ae71ff4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,27 @@ See the completed project here: [http://vuejs-cinema.vuejsdevelopers.com/](http:
2626
git clone https://github.com/[your_username]/vuejs-cinema.git
2727
```
2828
29-
2. Install dependencies
29+
2. Change into directory
30+
31+
```
32+
cd vuejs-cinema
33+
```
34+
35+
3. Install dependencies
3036
3137
```
3238
npm install
3339
```
3440
35-
3. Create a `.env` file by copying the sample
41+
4. Create a `.env` file by copying the sample
3642
3743
```
3844
cp .env_sample .env
3945
```
4046
4147
Edit the .env file and replace any variables if needed
4248
43-
4. Start project
49+
5. Start project
4450
4551
```
4652
npm run start

0 commit comments

Comments
 (0)