We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3683104 commit 7d61924Copy full SHA for 7d61924
1 file changed
jspm/README.md
@@ -1,10 +1,9 @@
1
-**Install and initialize jspm**
+**Setup jspm and install jspm dependencies**
2
```
3
npm install -g jspm@beta
4
-jspm init
+jspm install
5
6
7
-Pick default answer for all questions except `Which ES6 transpiler would you like to use?`, as an answer type `typescript`.
8
9
**run:**
10
- install http-server package via
0 commit comments