Skip to content

Commit

Permalink
Update docs. as per review recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Jun 21, 2024
1 parent 1cc9532 commit 6b456e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/arch/host/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Support is provided via TAP network interface (a virtual network layer
operating at the ethernet frame level). A TAP interface must be created
first, and requires root privilege.

For Linux, uou can use ``Sming/Arch/Host/Tools/setup-network-linux.sh``. Here is the manual approach::
For Linux, you can use ``Sming/Arch/Host/Tools/setup-network-linux.sh``. Here is the manual approach::

sudo ip tuntap add dev tap0 mode tap user `whoami`
sudo ip a a dev tap0 192.168.13.1/24
Expand Down
2 changes: 0 additions & 2 deletions docs/source/getting-started/macos/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ Open with a text editor the ``.profile`` file in your home directory, and add th
export ESP_HOME=/opt/esp-quick-toolchain
export SMING_HOME=opt/Sming/Sming

Make sure to replace ``<your-favourite-development-folder>`` in the
command above with the actual directory on your local disk.

(Optional step)
~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 6b456e8

Please sign in to comment.