Skip to content
Snippets Groups Projects
Commit 39aef02e authored by Paloma GR's avatar Paloma GR
Browse files

minor edits to install and run

parent a5fd7b01
No related branches found
No related tags found
No related merge requests found
......@@ -18,13 +18,13 @@ Node comes with a package controller called 'npm' - node package manager. You ca
Serialport is a package for node that allows it to interact with a hardware serial port.
Navigate to the directory where you'll be running from (so, mods/ to run the *atkbridge* or automatakit/ for *atkterminal*). Do
Navigate to the directory where you'll be running from (atkapi). Do
``npm install serialport``
## Install WS (WebSocket)
WebSockets are very simple web connections. In the *atkbridge* we use one to move data between the browser and local hardware.
WebSockets are very simple web connections.
To install ws, do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment