mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
commit
0e78f7adca
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ $ ./conty.sh command command_arguments
|
|||
## Usage
|
||||
|
||||
Either download a ready-to-use release from the [**releases**](https://github.com/Kron4ek/Conty/releases) page or create your
|
||||
own (the instructions are [below](https://github.com/Kron4ek/Conty#how-to-create-your-own-conty-executables)). Make it executable (via `chmod` or other ways) before running.
|
||||
own (the instructions are [below](#how-to-create-your-own-conty-executables)). Make it executable (via `chmod` or other ways) before running.
|
||||
|
||||
```
|
||||
$ chmod +x conty.sh
|
||||
|
@ -122,7 +122,7 @@ As for prefix management, it's the same as with any other Wine build, the contai
|
|||
$ ./conty.sh winetricks dxvk vkd3d
|
||||
```
|
||||
|
||||
As already mentioned in the [Usage](https://github.com/Kron4ek/Conty#usage) section, Windows applications can be launched like this:
|
||||
As already mentioned in the [Usage](#usage) section, Windows applications can be launched like this:
|
||||
|
||||
```
|
||||
$ ./conty.sh wine someapplication.exe
|
||||
|
|
Loading…
Reference in a new issue