Skip to content

Commit baba5c4

Browse files
committed
Refine the build instructions for backends
1 parent a846095 commit baba5c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ $ tools/build-neatvnc.sh
8080

8181
### Configuration
8282

83-
Configure via [Kconfiglib](https://pypi.org/project/kconfiglib/), you should select either SDL
84-
video output or the Linux framebuffer.
83+
Configure via [Kconfiglib](https://pypi.org/project/kconfiglib/), you should select either SDL video, the Linux framebuffer, or VNC as the graphics backend.
8584
```shell
8685
$ make config
8786
```
@@ -116,13 +115,14 @@ $ sudo usermod -a -G video $USERNAME
116115

117116
In addition, the framebuffer device can be assigned via the environment variable `FRAMEBUFFER`.
118117

119-
To run demo program with the neat-vnc backend:
118+
To run demo program with the VNC backend:
120119

121120
```shell
122121
$ ./demo-vnc
123122
```
124123

125-
It would launch the vnc server. You could use any VNC client to connect with given IP address(default is "127.0.0.1") and port (default is 5900), you could assign the IP address via the environment variable `MADO_VNC_HOST` and the port via `MADO_VNC_PORT`
124+
This will start the VNC server. You can use any VNC client to connect using the specified IP address (default is `127.0.0.1`) and port (default is `5900`).
125+
The IP address can be set using the `MADO_VNC_HOST` environment variable, and the port can be configured using `MADO_VNC_PORT`.
126126

127127
## License
128128

0 commit comments

Comments
 (0)