Update README.md

This commit is contained in:
Kron4ek 2023-05-30 16:09:03 +05:00 committed by GitHub
parent 588c89a714
commit c7fa33912c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,14 +81,17 @@ $ ./conty.sh command command_arguments
### CLI
Conty can be run from a terminal emulator. To run a program inside Conty, simply put the path to `conty.sh` as a prefix and then insert the program's binary name or the full path to it inside Conty. Examples:
Conty can be run from a terminal emulator. To run a program inside Conty, simply put the path to `conty.sh` as a prefix and then insert the program's binary name or the full path to it and launch arguments (if needed).
```
$ ./conty.sh [command] [command_arguments]
```
Examples:
```
$ ./conty.sh [command] [command_arguments]
$ ./conty.sh steam
$ ./conty.sh bottles
$ ./conty.sh /usr/bin/steam
$ ./conty_lite.sh mangohud glxgears
$ ./conty.sh mangohud glxgears
$ WINEPREFIX=$HOME/wine-conty ./conty.sh gamescope -f -- wine ./game.exe
```