Skip to content

Commit b02d4e7

Browse files
doc(readme): fix jspm command
1 parent 4275747 commit b02d4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To run the app, follow these steps.
2828
5. Install the client-side dependencies with jspm:
2929

3030
```shell
31-
jspm install
31+
jspm install -y
3232
```
3333
>**Note:** Windows users, if you experience an error of "unknown command unzip" you can solve this problem by doing `npm install -g unzip` and then re-running `jspm install`.
3434
6. To run the app, execute the following command:

0 commit comments

Comments
 (0)