@@ -52,7 +52,7 @@ On Windows, before connecting your esieabot, open the Device Manager and look at
Linux and macOS
```````````````
On Linux and macOS you need to install the "screen" tool. To find out the path to your esieabot, type the command `ls /dev/tty*` before plugging in your esieabot. Note the result of the command. Then plug in your esieabot and repeat the same command. A new device should have appeared, so make a note of its path. Next, run the command `screen /dev/ttyUSB0 9600` to open your serial terminal from your computer.
On Linux and macOS you need to install the "screen" tool. To find out the path to your esieabot, type the command ``ls /dev/tty*`` before plugging in your esieabot. Note the result of the command. Then plug in your esieabot and repeat the same command. A new device should have appeared, so make a note of its path. Next, run the command ``sudo screen /dev/ttyUSB0 9600`` to open your serial terminal from your computer.