Skip to content

Commit

Permalink
Slightly simplify install instructions (#1)
Browse files Browse the repository at this point in the history
IMHO, I think it is okay to install the latest instead of a specific version (so you don't also have to manually update it).
  • Loading branch information
cnguy authored and bsansouci committed Jan 23, 2019
1 parent eabed42 commit 7fd4c7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ Bsb-native is a fork of [bsb](https://bucklescript.github.io/docs/en/build-overv

## Install

1) Add `"bsb-native": "4.0.6"` as a devDependency to your `package.json`
1) Run `npm install --save-dev bsb-native` / `yarn add --dev bsb-native`.
2) Add a `bsconfig.json` like you would for bsb. Bsb-native uses the same schema, located [here](http://bucklescript.github.io/bucklescript/docson/#build-schema.json) with small additions like `entries` (see below for complete config schema).
3) run `npm install` / `yarn`.

An [example bsconfig.json](https://github.com/bsansouci/bsb-native-example/blob/master/bsconfig.json):
```js
Expand Down

0 comments on commit 7fd4c7b

Please sign in to comment.