Skip to content

Commit 4969050

Browse files
authored
Merge pull request #74 from blocklessnetwork/feature/readme
feat: update readme
2 parents 8ea0507 + 4eb68c1 commit 4969050

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@ Use the following command to verify whether the interface has started.
3333
# ping 192.168.0.1
3434
```
3535

36+
#### start the telnetd service.
37+
38+
Use follow command start the telnetd service in the web terminal.
39+
40+
```bash
41+
# /etc/init.d/telnetd start
42+
```
43+
44+
After starting the telnetd service, please use the following command on the host to login to the VM
45+
46+
```bash
47+
$ telnet 192.168.0.2
48+
```
49+
3650
## How to build.
3751

3852
### 1. Build wasm

0 commit comments

Comments
 (0)