Skip to content

Commit

Permalink
tutorials: Add Chrome snap instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Jan 18, 2024
1 parent 9835bcf commit 9ccd119
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tutorials/dev/tools/linux/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,14 @@ If neither of these options is suitable, you can manually copy [this file](https
After installing the `udev` rules, disconnect any affected devices and plug them back in.

If this doesn't seem to work, try rebooting.

# Using Pybricks Code with Chromium

If you use Chromium as a snap package, you may get an error when you try
to install the firmware on a SPIKE hub or MINDSTORMS Robot Inventor hub via
USB. To resolve this, enable access to USB devices:

{% include copy-code.html %}
```
sudo snap connect chromium:raw-usb
```

0 comments on commit 9ccd119

Please sign in to comment.