Skip to content

Commit 327e323

Browse files
authored
Update README.md
1 parent 9c13b1c commit 327e323

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,14 @@ git clone git@github.com:aofdev/vue-firebase-auth-vuex.git
3333
cd vue-firebase-auth-vuex
3434

3535
# install dependencies
36-
yarn install
36+
npm install || yarn install
3737

3838
# serve with hot reload at localhost:8080
39-
yarn dev
39+
npm run dev || yarn dev
4040

4141
# build for production with minification and to build Progressive Web Apps
42-
yarn build
42+
npm run build || yarn build
43+
4344

4445
```
4546

0 commit comments

Comments
 (0)