@@ -13,7 +13,7 @@ It's in the early stages, so bear with us. Everything is going to be great.
# Usage
# Installing Node.js, WebSocket and SerialPort
## Installing Node.js, WebSocket and SerialPort
To Run DMC, you'll need to install node.js, and then the packages serialport and ws (websocket).
...
...
@@ -45,7 +45,9 @@ To install ws, do
``npm install ws``
## Run DMC (yay!)
# Running DMC
To run the program, we launch the main.js file with node, from the command line. One of the things this does is run a tiny HTTP server that we can use to access the UI.