Skip to content

Commit 57357c2

Browse files
committed
adds note for linux users
1 parent c91187b commit 57357c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/running_app.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ You can download the latest version of the app from `our website`_.
1111

1212
.. _our website: https://opentrons.com/getting-started/download-app
1313

14+
.. note::
15+
16+
If running on Linux:
17+
The user will need to be given permissions to open the robot's serial port. In a terminal window, run the following command.
18+
19+
.. code-block:: bash
20+
21+
sudo usermod -a -G dialout $USER
22+
23+
Then logout and log back in as the user to activate the change.
24+
25+
1426
Connect to Robot
1527
--------------------
1628

0 commit comments

Comments
 (0)