@@ -58,7 +58,7 @@ working on some versions of the Pi. You can experiment with removing
5858this limit by editing the config-rt.txt file in the boot directory. If
5959you can't boot after the change then the file can be edited back by
6060mounting the SD card in a a different computer (maybe even a Pi with a
61- USB card reader)
61+ USB card reader).
6262
6363=== Download using zsync
6464
@@ -128,7 +128,7 @@ https://help.ubuntu.com/community/HowToMD5SUM[How To MD5SUM]
128128
129129The Raspbery Pi image is a completes SD card image and should be
130130written to an SD card in
131- https://www.raspberrypi.org/documentation/installation/installing-images/README.md[the normal way]
131+ https://www.raspberrypi.org/documentation/installation/installing-images/README.md[the normal way].
132132
133133The LinuxCNC Live/Install ISO Image is a hybrid ISO image which can
134134be written directly to a USB storage device (flash drive) or a DVD and
@@ -232,7 +232,7 @@ using the RTAI realtime kernel which will often give better latency.
232232To install LinuxCNC from the LiveCD select 'Install (Graphical)' at
233233bootup.
234234
235- == Updates to LinuxCNC (((Updates to LinuxCNC)))
235+ == Updates to LinuxCNC(((Updates to LinuxCNC)))
236236
237237With the normal install the Update Manager will notify you of updates
238238to LinuxCNC when you go on line and allow you to easily upgrade with no
@@ -372,8 +372,8 @@ Alternate keyserver: keyserver.ubuntu.com
372372. Add the apt repository:
373373+
374374----
375- echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
376- echo deb-src http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
375+ echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
376+ echo deb-src http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
377377----
378378
379379. Update the package list from linuxcnc.org
@@ -416,8 +416,8 @@ sudo apt-key adv --keyserver hkp://keys.openpgp.org --recv-key 3cb9fd148f374fef
416416. Add the apt repository:
417417+
418418----
419- echo deb http://linuxcnc.org/ buster base 2.8-rt | sudo tee /etc/apt/sources.list.d/linuxcnc.list
420- echo deb-src http://linuxcnc.org/ buster base 2.8-rt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
419+ echo deb http://linuxcnc.org/ buster base 2.8-rt | sudo tee /etc/apt/sources.list.d/linuxcnc.list
420+ echo deb-src http://linuxcnc.org/ buster base 2.8-rt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
421421----
422422
423423. Update the package list from linuxcnc.org
@@ -461,7 +461,7 @@ sudo apt-key adv --keyserver hkp://keys.openpgp.org --recv-key 3cb9fd148f374fef
461461. Add the apt repository:
462462+
463463-----
464- echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee /etc/apt/sources.list.d/linuxcnc.list
464+ echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee /etc/apt/sources.list.d/linuxcnc.list
465465-----
466466
467467. Update the package list from linuxcnc.org
0 commit comments