File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ npm install -g bs-platform
17
17
## New Project
18
18
19
19
``` sh
20
- git clone https://github.com/rescript-lang/new -project
21
- cd new -project
20
+ git clone https://github.com/rescript-lang/rescript -project-template
21
+ cd rescript -project-template
22
22
npm install
23
23
npm run build
24
24
node src/Demo.bs.js
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ npm install -g bs-platform
19
19
** Note** : this starts a new project with the new syntax, not the old Reason syntax.
20
20
21
21
``` sh
22
- git clone https://github.com/rescript-lang/new -project
23
- cd new -project
22
+ git clone https://github.com/rescript-lang/rescript -project-template
23
+ cd rescript -project-template
24
24
npm install
25
25
npm run build
26
26
node src/Demo.bs.js
You can’t perform that action at this time.
0 commit comments