From 4bb65350897db8ddf299c0469b46baf461a0753b Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 1 Oct 2019 15:03:14 -0400 Subject: [PATCH] update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 103d4e9..d42683d 100644 --- a/README.md +++ b/README.md @@ -119,5 +119,14 @@ Thank you for considering to help out with the source code! We welcome contribut If you'd like to contribute to Phoenix, please fork, fix, commit and send a pull request for the maintainers to review and merge into the main code base. If you wish to submit more complex changes though, please check up with the core devs first on #embark-status channel to ensure those changes are in line with the general philosophy of the project and/or get some early feedback which can make both your efforts much lighter as well as our review and merge procedures quick and simple. +To build: + +* `yarn` +* `yarn build` + +```js +const Subspace = require('./src/index.js'); +``` + ## License MIT \ No newline at end of file