Skip to content

Commit 0d57d33

Browse files
committed
docs: update readme
1 parent 128cca9 commit 0d57d33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,36 +26,36 @@ The source code is located on the GitHub repository here:
2626

2727
[https://github.com/LabEG/devpc](https://github.com/LabEG/devpc)
2828

29-
### Try
29+
## Try
3030

3131
If you just want to try the features:
3232

3333
```sh
3434
docker run -it --rm -e password='YOUR_VNC_PASSWORD' -p 5901:5901 labeg/devpc
3535
```
3636

37-
### Use
37+
## Use
3838

3939
If you want to use the container regularly:
4040

4141
```sh
4242
docker run -d --restart always -e password='YOUR_VNC_PASSWORD' -p 5901:5901 labeg/devpc
4343
```
4444

45-
### Parameters
45+
## Parameters
4646

4747
- `-e password='YOUR_VNC_PASSWORD'` - required, password for VNC connections.
4848
- `-e user_password='YOUR_USER_PASSWORD'` - optional, password for user *headless*. By default, will be used *password* variable.
4949
- `-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.
5050
- `-e resolution='1920x1080'` - optional, resolution for virtual screen.
5151
- `--shm-size='64m'` - optional, extend if firefox browser is crashing.
5252

53-
### FAQ
53+
## FAQ
5454

5555
- For change LXQT Theme open Menu > Preferences > Appearance > LXQt Theme and select nice to you theme, example Kde-Plasma.
5656
- For change OpenBox theme open Menu > Preferences > LXQt settings > Opebox Settings and select nice to you theme, example Clearlooks.
5757

58-
### Build
58+
## Build
5959

6060
```sh
6161
docker build -t labeg/devpc .

0 commit comments

Comments
 (0)