Skip to content

Commit

Permalink
Merge pull request #13 from edouardmenayde/patch-1
Browse files Browse the repository at this point in the history
Make it more clear how to get started
  • Loading branch information
mlms13 committed May 24, 2020
2 parents b378a77 + 3bd5d14 commit a16a7d1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,20 @@ Relude Eon is a ReasonML library for working with type-safe date and time values

**Install via npm:**

`npm install --save relude-eon`
`npm install --save relude-eon relude bs-abstract`

`relude` and `bs-abstract` are peerDependencies of eon.

**Update your bsconfig.json**

```
"bs-dependencies": [
"relude-eon"
"relude-eon",
"relude",
"bs-abstract"
],
```

Eon has `peerDependencies` on `relude` and `bs-abstract`, so make sure to `npm install --save relude bs-abstract` and add them to your `bsconfig.json`.

## Project Status

This just might be useful!
Expand Down

0 comments on commit a16a7d1

Please sign in to comment.