mirror of
https://github.com/Kron4ek/Conty
synced 2025-01-13 20:01:41 +01:00
Update README.md
This commit is contained in:
parent
cfd0f817ee
commit
409c8afbd2
1 changed files with 4 additions and 1 deletions
|
@ -77,12 +77,13 @@ It has a builtin file manager (pcmanfm):
|
||||||
./conty.sh pcmanfm
|
./conty.sh pcmanfm
|
||||||
```
|
```
|
||||||
|
|
||||||
Want to check if graphics acceleration works? Run glxinfo, glxgears and vulkaninfo:
|
Want to check if graphics acceleration works? Run glxinfo, glxgears, vulkaninfo and vkcube:
|
||||||
|
|
||||||
```
|
```
|
||||||
./conty.sh glxinfo | grep direct
|
./conty.sh glxinfo | grep direct
|
||||||
./conty.sh glxgears
|
./conty.sh glxgears
|
||||||
./conty.sh vulkaninfo
|
./conty.sh vulkaninfo
|
||||||
|
./conty.sh vkcube
|
||||||
```
|
```
|
||||||
|
|
||||||
You can even use Conty for compilation:
|
You can even use Conty for compilation:
|
||||||
|
@ -100,6 +101,8 @@ There are many more integrated programs. You can list all of them with:
|
||||||
./conty.sh ls /usr/bin
|
./conty.sh ls /usr/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Let me know if you want something else to be included in the container.
|
||||||
|
|
||||||
## Sandbox
|
## Sandbox
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue