Skip to content

Commit

Permalink
Merge pull request #68 from blocklessnetwork/feature/network
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
Joinhack authored May 20, 2024
2 parents 66898bd + cce403d commit b863029
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b863029

Please sign in to comment.