Skip to content

Commit

Permalink
differentiates standalone npm install
Browse files Browse the repository at this point in the history
if there are not enough use-cases for standalone install, feel free to remove section:

## Install react-ros as standalone dev
```
$ npm install 
```
  • Loading branch information
newcanopies authored Apr 26, 2021
1 parent 23726cc commit fcc591a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ Connect your website to your robot!

[![NPM](https://img.shields.io/npm/v/react-ros.svg)](https://www.npmjs.com/package/react-ros) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install
## Add react-ros to existing npm project

```
$ npm install react-ros
```

## Install react-ros as standalone dev

```
$ npm install
Expand Down

0 comments on commit fcc591a

Please sign in to comment.