From 806df33b6dba66037ddd731a4603d595e09f48c4 Mon Sep 17 00:00:00 2001 From: Daisuke Baba Date: Wed, 25 Apr 2018 19:43:50 +0900 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 788bf20..8b35283 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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 @@ -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 ```