Skip to content

Commit

Permalink
Add block about installation to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kureev Alexey committed Feb 11, 2016
1 parent 570222b commit 1594c49
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,29 @@

## Getting started

**Installation**
#### Installation
```bash
$ npm install rnpm -g
```

**Running**
#### Running

From your's project folder install some react-native modules that require additional installation and simply run:
**Installing dependency:**

If you want to install a dependency and link it in one run:
```bash
$ rnpm install <name>
```

**Linking dependency:**

If you already have some installed (but not linked) modules, run:
```bash
$ rnpm link
```
In the case you want to link only one depepndency, you can specify its name as an argument:
```bash
$ rnpm link react-native-blur
$ rnpm link <name>
```

## Rationale
Expand Down

0 comments on commit 1594c49

Please sign in to comment.