Skip to content

Commit c689e01

Browse files
authored
getting-linuxcnc.adoc: Remove spurious backslash in path to iso.
1 parent ddea941 commit c689e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/getting-started/getting-linuxcnc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ diskutil unmountDisk /dev/diskN
160160
has an added "r" at the begining
161161
+
162162
-----
163-
sudo dd if=/linuxcnc_2.9.4-amd64.hybrid.iso of=/dev/rdiskN bs=1m
163+
sudo dd if=linuxcnc_2.9.4-amd64.hybrid.iso of=/dev/rdiskN bs=1m
164164
-----
165165
. Note that this may take a long time to complete and there will be no
166166
feedback during the process.

0 commit comments

Comments
 (0)