Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonhammond committed Jan 29, 2016
1 parent 7a0a787 commit 2b56022
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ Using Validate.js for the Form processing was a breeze! And with the ability to

## Setup

* NOTE: as of release 0.0.10, ```npm3``` is required

```npm install -g npm3```

* [Install React-Native](https://facebook.github.io/react-native/docs/getting-started.html#content)

* Clone snowflake:
Expand All @@ -161,7 +165,7 @@ Using Validate.js for the Form processing was a breeze! And with the ability to

* cd snowflake
```
npm install
npm3 install
```

* Copy or move ```src/lib/config.example.js``` to ```src/lib/config.js```.
Expand Down

0 comments on commit 2b56022

Please sign in to comment.