Fix uninstall command example

This commit is contained in:
Trevonn 2019-02-25 23:33:57 +00:00 committed by Philip Rebohle
parent 10140f40ca
commit 7118685901
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Verify that your application uses DXVK instead of wined3d by checking for the pr
In order to remove DXVK from a prefix, run the following command:
```
export WINEPREFIX=/path/to/.wine-prefix
./setup-dxvk.sh uninstall
./setup_dxvk.sh uninstall
```
## Build instructions