Skip to content

Commit 82ff20a

Browse files
committed
Use '$' as shell prompt in README.md
Replaced the ❯ prompt symbol with the conventional $ prompt in the README’s example output for `ip a`, improving consistency and readability.
1 parent 725a026 commit 82ff20a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To exit kvm-host, press "Ctrl-A", release both keys, and then press "x".
5353
1. Start the kvm-host emulator. Once initialized, the TUN/TAP interface (for example, `tap0`) is visible in the output of `ip a`. The following is sample output from the host:
5454

5555
```shell
56-
ip a
56+
$ ip a
5757
1: lo: ...
5858
2: eth0: ...
5959
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
@@ -69,7 +69,7 @@ To exit kvm-host, press "Ctrl-A", release both keys, and then press "x".
6969
2. Execute the shell script `./scripts/set-host-bridge.sh`, which configures a bridge by assigning the default route to 10.0.0.1, integrating the TUN/TAP interface into the bridge, and activating the network interfaces. The following is sample output of `ip a` from the host:
7070

7171
```shell
72-
ip a
72+
$ ip a
7373
...
7474
11: tap0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
7575
link/ether 5a:1d:bd:2d:7c:1f brd ff:ff:ff:ff:ff:ff

0 commit comments

Comments
 (0)