Skip to content

Commit 09556da

Browse files
cnguybsansouci
authored andcommitted
Slightly simplify install instructions (bsansouci#1)
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).
1 parent a1ac8ed commit 09556da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ Bsb-native is a fork of [bsb](https://bucklescript.github.io/docs/en/build-overv
66

77
## Install
88

9-
1) Add `"bsb-native": "4.0.6"` as a devDependency to your `package.json`
9+
1) Run `npm install --save-dev bsb-native` / `yarn add --dev bsb-native`.
1010
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).
11-
3) run `npm install` / `yarn`.
1211

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

0 commit comments

Comments
 (0)