Commit f4eb6f6f authored by Benny's avatar Benny

Make clear usermod is done in linux, not Chrome OS

parent 5260ab46
......@@ -35,11 +35,11 @@ and you can start using Printrun from the Printrun directory created by the git
You can use Printrun via crouton ( https://github.com/dnschneid/crouton ). Assuming you want Ubuntu Trusty, you used probably `sudo sh -e ~/Downloads/crouton -r trusty -t xfce` to install Ubuntu. Fetch and install dependencies with the line given above for Ubuntu/Debian, and obtain the source via git clone.
By default you have no access to the serial port under Chrome OS, so you cannot connect to your 3D printer. Add yourself to the serial group to fix this
By default you have no access to the serial port under Chrome OS crouton, so you cannot connect to your 3D printer. Add yourself to the serial group within the linux environment to fix this
`sudo usermod -G serial -a <username>`
where <username> should be your username. Log out and in to make this group change active and allow communication with your printer.
where `<username>` should be your username. Log out and in to make this group change active and allow communication with your printer.
### Fedora
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment