Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Aug 28, 2020
1 parent 0f1053b commit 81be805
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions examples/shell/README_OTCLI.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
# CHIP Shell - OpenThread CLI pass-through

The CHIP Shell CLI can execute pass-through commands to the [OpenThread cli](../../third_party/openthread/repo/src/cli/README.md) directly.
The CHIP Shell CLI can execute pass-through commands to the
[OpenThread cli](../../third_party/openthread/repo/src/cli/README.md) directly.

## Setup

### Embedded

On embedded platforms, the otcli commands are available simply when OpenThread support is enabled.
On embedded platforms, the otcli commands are available simply when OpenThread
support is enabled.

### Linux

On embedded Linux platforms, otcli commands require installation of some OpenThread daemons:
On embedded Linux platforms, otcli commands require installation of some
OpenThread daemons:

```
# Start Border Router agent
sudo /usr/local/sbin/otbr-agent -d6 -v -I wpan0 spinel+hdlc+forkpty:///usr/local/bin/ot-rcp\?forkpty-arg=5
```

If this command is not available, the follow instructions will build and install it:
If this command is not available, the follow instructions will build and install
it:

```
# Build OpenThread Interface (simulation used as example -- alternatively could be RCP hardware)
Expand Down

0 comments on commit 81be805

Please sign in to comment.