From cce403d65d2b6b633c6f4dc35ff7231b7f54684b Mon Sep 17 00:00:00 2001 From: "Join.G" Date: Mon, 20 May 2024 18:51:57 +0800 Subject: [PATCH] update readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b5b7f7a..f882451 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,22 @@ $ curl -s https://raw.githubusercontent.com/blocklessnetwork/v86-wasi/main/downl $ curl -s https://raw.githubusercontent.com/blocklessnetwork/v86-wasi/main/download.sh|sudo bash ``` +#### start the network interface. + +Use follow command start the network interface in the web terminal. + +```bash +# /etc/network/if_up +``` + +Use the following command to verify whether the interface has started. + + +```bash +# ifconfig +# ping 192.168.0.1 +``` + ## How to build. ### 1. Build wasm