Skip to content

Commit

Permalink
Merge pull request #74 from blocklessnetwork/feature/readme
Browse files Browse the repository at this point in the history
feat: update readme
  • Loading branch information
Joinhack authored Jun 18, 2024
2 parents 8ea0507 + 4eb68c1 commit 4969050
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,20 @@ Use the following command to verify whether the interface has started.
# ping 192.168.0.1
```

#### start the telnetd service.

Use follow command start the telnetd service in the web terminal.

```bash
# /etc/init.d/telnetd start
```

After starting the telnetd service, please use the following command on the host to login to the VM

```bash
$ telnet 192.168.0.2
```

## How to build.

### 1. Build wasm
Expand Down

0 comments on commit 4969050

Please sign in to comment.