From e1e4c3a61f3d46a64a7cb1d9b1db4d9fe8eb553d Mon Sep 17 00:00:00 2001 From: mikee47 Date: Fri, 21 Jun 2024 13:55:56 +0100 Subject: [PATCH] Update docs. as per review recommendation --- docs/source/arch/host/index.rst | 2 +- docs/source/getting-started/macos/index.rst | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/arch/host/index.rst b/docs/source/arch/host/index.rst index e89ba8d83c..2c75d60fda 100644 --- a/docs/source/arch/host/index.rst +++ b/docs/source/arch/host/index.rst @@ -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 diff --git a/docs/source/getting-started/macos/index.rst b/docs/source/getting-started/macos/index.rst index adfd53ca2c..67e09a1fbd 100644 --- a/docs/source/getting-started/macos/index.rst +++ b/docs/source/getting-started/macos/index.rst @@ -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 ```` in the -command above with the actual directory on your local disk. (Optional step) ~~~~~~~~~~~~~~~