Skip to content

Commit

Permalink
Fix bulleting
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Feb 21, 2025
1 parent 69d13c5 commit faa04db
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/en/qgc-user-guide/releases/daily_builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ These can be downloaded from the links below (install as described in [Download
- [Windows](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-installer.exe)
- [OS X](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl.dmg)
- [Linux](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl-x86_64.AppImage) - Before running do the following:
- On the command prompt enter (one time only):
```sh
sudo usermod -a -G dialout $USER
sudo apt-get remove modemmanager -y
```
Logout and login again to enable the change to user permissions.
- `chmod +x QGroundControl.AppImage`
- On the command prompt enter (one time only):
- `sudo usermod -a -G dialout $USER`
- `sudo apt-get remove modemmanager -y`
- Logout and login again to enable the change to user permissions.
- [Android](https://d176tv9ibo4jno.cloudfront.net/builds/master/QGroundControl.apk)
- iOS currently unavailable

0 comments on commit faa04db

Please sign in to comment.