Stefal / rtkbase

Your own GNSS base station for RTK localization with a Web GUI
GNU Affero General Public License v3.0
467 stars 113 forks source link

GitHub tutorial error #279

Closed WildBuckwheat closed 1 year ago

WildBuckwheat commented 1 year ago

The tutorial on the landing page is missing a dash in one of the steps.

https://github.com/Stefal/rtkbase

Manual installation:

  1. If you didn't have already configure your gnss receiver, you must set it to output raw data: If it's a U-Blox ZED-F9P (usb), you can use

$ sudo ./install.sh -detect-usb-gnss --configure-gnss

There should be 2 dashes in front of detect-usb-gnss. Without 2 dashes the USB receiver will not be recognized and the configuration will not proceed.

Please update $ sudo ./install.sh -detect-usb-gnss --configure-gnss to instead read $ sudo ./install.sh --detect-usb-gnss --configure-gnss

Stefal commented 1 year ago

Thanks !