Skip to content

Commit 128cca9

Browse files
committed
docs: update readme
1 parent 30c6835 commit 128cca9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,41 @@ All other software you can install yourself.
2020

2121
![Docker LXQt Desktop access via TightVNC Client](https://raw.githubusercontent.com/LabEG/devpc/master/.pics/vnc_container_view.png)
2222

23+
## GitHub
24+
25+
The source code is located on the GitHub repository here:
26+
27+
[https://github.com/LabEG/devpc](https://github.com/LabEG/devpc)
2328

2429
### Try
30+
2531
If you just want to try the features:
32+
2633
```sh
2734
docker run -it --rm -e password='YOUR_VNC_PASSWORD' -p 5901:5901 labeg/devpc
2835
```
2936

3037
### Use
38+
3139
If you want to use the container regularly:
40+
3241
```sh
3342
docker run -d --restart always -e password='YOUR_VNC_PASSWORD' -p 5901:5901 labeg/devpc
3443
```
3544

3645
### Parameters
46+
3747
- `-e password='YOUR_VNC_PASSWORD'` - required, password for VNC connections.
3848
- `-e user_password='YOUR_USER_PASSWORD'` - optional, password for user *headless*. By default, will be used *password* variable.
3949
- `-e root_password='YOUR_ROOT_PASSWORD'` - optional, password for *root* user. By default, will be used *user_password* variable, if it is not specified then *password* variable.
4050
- `-e resolution='1920x1080'` - optional, resolution for virtual screen.
4151
- `--shm-size='64m'` - optional, extend if firefox browser is crashing.
4252

4353
### FAQ
54+
4455
- For change LXQT Theme open Menu > Preferences > Appearance > LXQt Theme and select nice to you theme, example Kde-Plasma.
4556
- For change OpenBox theme open Menu > Preferences > LXQt settings > Opebox Settings and select nice to you theme, example Clearlooks.
4657

47-
48-
4958
### Build
5059

5160
```sh

0 commit comments

Comments
 (0)