Skip to content

Commit 9905361

Browse files
committed
doc(faq): format code correctly
1 parent db0b55a commit 9905361

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/faq.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ If you want to use a non-Verizon SIM card you will probably need an unlocked dev
2424

2525
Make sure USB tethering is also enabled in the Orbic's UI, and then run the following commands:
2626

27-
installer util serial "echo 9 > /usrdata/mode.cfg"
28-
installer util serial reboot
27+
```sh
28+
installer util serial "echo 9 > /usrdata/mode.cfg"
29+
installer util serial reboot
30+
```
2931

3032
To disable tethering again:
3133

32-
installer util serial "echo 3 > /usrdata/mode.cfg"
33-
installer util serial reboot
34+
```sh
35+
installer util serial "echo 3 > /usrdata/mode.cfg"
36+
installer util serial reboot
37+
```
3438

3539
See `/data/usb/boot_hsusb_composition` for a list of USB modes and Android USB gadget settings.

0 commit comments

Comments
 (0)