Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Baba committed Apr 25, 2018
1 parent 3576d23 commit 806df33
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can find the active (online) motes from the manager dialog while monitoring

![DC2274A-A SmartMesh IP™ USB Manager Dialog](images/usb-manager-dialog.jpg)

## SmartMesh IP Document
## SmartMesh IP Document

See [SmartMesh IP™ Tools Guide(PDF)](http://cds.linear.com/docs/en/software-and-simulation/SmartMesh_IP_Tools_Guide.pdf) for SmartMesh IP™ technical details.

Expand Down Expand Up @@ -68,6 +68,8 @@ Then restart Node-RED process.

### Uninstallation

The following command uninstalls SmartMesh SDK python executables/libraries as well as this node package.

```
cd ~/.node-red
sudo npm uninstall --unsafe-perm node-red-contrib-smartmesh
Expand Down Expand Up @@ -97,6 +99,8 @@ cd $(npm -g root)/candy-red
sudo npm uninstall --unsafe-perm node-red-contrib-smartmesh
```

The above command uninstalls SmartMesh SDK python executables/libraries as well as this node package.

# Appendix

## How to build
Expand All @@ -113,7 +117,7 @@ $ NODE_ENV=development npm pack
```
$ rm -fr node_modules; \
rm -f npm-shrinkwrap.json; \
nodenv local 8.10.0; \
nodenv local 8.11.1; \
npm install;npm run freeze
```

Expand Down

0 comments on commit 806df33

Please sign in to comment.