Skip to content

Commit d3edc7a

Browse files
authored
Update README.md
1 parent 11d09c1 commit d3edc7a

1 file changed

Lines changed: 2 additions & 24 deletions

File tree

README.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
Example project using Reason as an `yarn` dependency.
1111

12+
(For instructions using npm, see [Reason via npm](https://github.com/reasonml/ExampleProject/blob/master/README-NPM.md))
13+
1214
## Install yarn:
1315

1416
yarn is a fast, reliable, and secure dependency management tool. You can now use yarn to install reason.
@@ -34,31 +36,7 @@ The top level `rtop` is built in to the sandbox:
3436
```sh
3537
# Opens `rtop` from the sandbox.
3638
yarn top
37-
```
38-
39-
# Reason via `npm`
40-
41-
Example project using Reason as an `npm` dependency.
42-
43-
## Get Started:
4439

45-
```sh
46-
git clone https://github.com/reasonml/ExampleProject.git
47-
cd ExampleProject
48-
npm install
49-
npm start
50-
```
51-
52-
If you are running as `root` already (you probably aren't) then invoke `npm
53-
install --unsafe-perm` instead.
54-
55-
## Included Top Level
56-
57-
The top level `rtop` is built in to the sandbox:
58-
59-
```sh
60-
# Opens `rtop` from the sandbox.
61-
npm run top
6240
```
6341

6442
# Editor Support

0 commit comments

Comments
 (0)