Skip to content

Commit

Permalink
README.md: add Quick install section
Browse files Browse the repository at this point in the history
  • Loading branch information
jre-wine committed Feb 18, 2024
1 parent a9a5567 commit 7595404
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,32 @@ The ```winetricks``` package should be used if it is available and up to date. T
* Slackbuilds (Slackware): https://slackbuilds.org/apps/winetricks/
* Ubuntu: https://packages.ubuntu.com/search?keywords=winetricks

Note: packaged Debian / Ubuntu winetricks versions are typically outdated, so a manual installation is recommended.

## Manual Install

If the package is unavailable, outdated, or the latest version is desired, a manual installation of winetricks can be done.
It is _highly_ recommended to uninstall any previously installed version of winetricks first.

**_If you don't uninstall a previously installed, packaged version of winetricks... Well then you get to pick up the pieces!_**
### Quick install for one time usage

To quickly grab current winetricks open a terminal and type
~~~~~
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
~~~~~

You can then run it from the terminal with
~~~~~
sh winetricks
~~~~~

### Installing The Latest Stable Release

It is _highly_ recommended to uninstall any previously installed version of winetricks first.

E.g. for Debian / Ubuntu:
```
sudo apt-get purge winetricks
sudo apt purge winetricks
```

### Installing The Latest Stable Release

Download the latest release from [Github](https://github.com/Winetricks/winetricks/releases/latest).

Extract the archive and `cd` into the extracted folder.
Expand Down

0 comments on commit 7595404

Please sign in to comment.